Senior II
May 23, 2024
Solved
LWIP Project Settings Compilation Error No HAL No SYS
- May 23, 2024
- 6 replies
- 4095 views
Hello,
I've been trying to write my own HAL to replace the STM32 HAL and recently I have been trying to write an LwIP interface, with guidance from this forum and the examples provided by ST and other users.
My Individual files compile fine, including my ethernetif.c and lwip.c files.
The included LwIP library files however are throwing errors during compilation (see screenshots).
Can anyone advise?
When I compare to a Cube generated project, my IAR is including extra header files, such as bpstruct.h as shown below. I'm wondering if this is a project configuration error, as opposed to a source code error?
Grateful for any comments.