Giter VIP home page Giter VIP logo

Comments (5)

Vaibhav1587 avatar Vaibhav1587 commented on May 27, 2024

Got some success after changing the setting.h in wolfssl/wolfcrypt/

But now got issue,

../Inc/../wolfssl/wolfcrypt/settings.h:1133:44: fatal error: stm32f4xx_cryp.h: No such file or directory

both the stm32f4xx_cryp.h and stm32f4xx_hash.h are missing.

from wolfssh.

Vaibhav1587 avatar Vaibhav1587 commented on May 27, 2024

Resolved above issue also.

Now stuck on,

../wolfssh/test.h:54:23: fatal error: netdb.h: No such file or directory

from wolfssh.

ejohnstown avatar ejohnstown commented on May 27, 2024

That header file is one we include in the Linux/macOS/UNIX build. In test.h, we have 4 different sets of includes depending on 4 different build options, right now.

  1. Windows
  2. Microchip Harmony
  3. Nucleus
  4. Everything else

You are building for everything else, and don't have that file. That has the API for the function we use for IP address lookups.

from wolfssh.

Vaibhav1587 avatar Vaibhav1587 commented on May 27, 2024

Can I just copy stm32f4xx_cryp.h and stm32f4xx_hash.h from somewhere else ? does any other files also required ? I have created project using STM32CubeMX.

from wolfssh.

dgarske avatar dgarske commented on May 27, 2024

See issue in wolfSSL repo:
wolfSSL/wolfssl#2126

from wolfssh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.