Symbol included in DAVE priject

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User8819
Level 4
Level 4
Hi all,

After creating new DAVE project on XMC Platform in project Paths and symbols is following default entry:

${ARM_GCC_HOME}/arm-none-eabi/include

but such folder does not exists on file system! Why it is not included following folder:

${ARM_GCC_HOME}/lib/gcc/arm-none-eabi/4.7.4/include

I disovered when searching for unresolved includes two stddef.h and stdarg.h showed up in my project. The project however compiles corectly.

How to include above two files?

Can someone illuminate me on the subject.

Thank you

rum
0 Likes
1 Reply
Not applicable
Hi rum,

All include paths for ARM-GCC C Compiler are defined under ">Project properties>C/C++ Build>Settings>ARM-GCC C Compiler>Directories". You can try to include this path there as well.

BTW, which Apps are you using?

Best regards,
Sophia
0 Likes