- This topic has 1 reply, 2 voices, and was last updated 7 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › Issues with inclusion of headers from gcc-arm toolchain
Hi Carmine!
I’m trying to get Eclipse Neon working with GNU ARM for Eclipse plugin but I encounter a very annoying problem even with simple examples.
In details Eclipse is not able to find headers like stdio.h and complains about unresolved definitions like those of the type
uint32_t.
Do I have to manually include <gcc_arm_toolchain_path>/arm-none-eabi/include to the project symbol and paths?
I searched over the Internet but nobody seems to have the same problem.
I followed the instructions of your book.
Thank you!
Hi,
Ensure that the right path to the toolchain folder is set inside Eclipse global Preferences->C/C++->Build->Global Tool Paths->Toolchain Folder