-
Notifications
You must be signed in to change notification settings - Fork 48
Compile Error with STM32F407VET #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @andy-hopkins |
Hi @fpistm I was facing the same issue with @andy-hopkins and tried the method you have recommended yet now there is another error, /Documents/Arduino/libraries/STM32Ethernet-master/src/utility/stm32_eth.h:47:10: fatal error: lwip/ip_addr.h: No such file or directory |
You need to install LwIP library... as described here: |
It is already installed, I installed it using the library manager of Arduino IDE EDITOk, my bad. I reinstalled the library and it is compiled without any errors. Thanks! |
@fpistm Many thanks - all fixed!! |
Welcome. My fault |
Hi all,
I've just downloaded and installed into my Arduino 1.8.9 IDE, the Arduino_Core_STM32 per the "Getting Started Instructions", and the STM32Ethernet library.
I'm using an STM32F407VET6 Black, so I've selected the "Generic STM32F4 Series" board and the "Black 407VE" sub-option (also tried the FK407M1 SMT32F407VET and DIYMORE SMT32F407VGT with the same results)
Next, I've opened the ChatServer example program. When I click verify and it gets as far as "Compiling library "STM32duino_STM32Ethernet"", the errors the attached "Errors.txt" come up
I've also implemented the solution here ... #23 (comment)
... to overcome a bunch of other errors.
I'm still pretty green with C/C++ so I'm a bit reluctant to dive in and start changing things like stimer_t to timer_t, I have no idea of the implications.
Can anyone throw any light on my issue.
Errors.txt
The text was updated successfully, but these errors were encountered: