build static library error "bits/c++config.h: No such file or directory"

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

cross mob
User16529
Level 4
Level 4
First solution authored
Hi,
I'm trying to build a library in DAVE 4.4.2 64bit. In the new project I've selected DAVE Project -> ARMM_GCC Library -> Empty project
I've included in the project my .c and .h file, but when I compile i get the error "bits/c++config.h: No such file or directory".
I've check in the DAVE directory and I have this file.

Does anybody know how to fix this problem?
0 Likes
2 Replies
jferreira
Employee
Employee
10 sign-ins 5 sign-ins First like received
Hi,

Did you add the folder including bits/c++config.h to the compiler include paths?

Regards,
Jesus
0 Likes
User16529
Level 4
Level 4
First solution authored
yes, i did
0 Likes