How to find "project.h"

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

cross mob
user_1528391
Level 4
Level 4
First like received First like given

Hi, i added the AlertNotification project to my workspace from example codes tab. I didn't change anything at the source code or TopDesign, but when i click to compile button, i'm getting compile error like these:

   

1: "Build error: project.h: No such file or directory"

   

2: "Build error: The command 'arm-none-eabi-gcc.exe' failed with exit code '1'"

   

Do i need to add them manually?

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Usually the file is generated, you may fing project.h under the Generated Source folder in the workspace explorer.

   

Probably you haven't built the right project, check which project is active or build all projects.

   

When still not compiling post your complete project, so that we all can have a look at all of your settings. To do so, use
Creator->File->Create Workspace Bundle (minimal)
and attach the resulting file.

   

 

   

Bob

View solution in original post

0 Likes
4 Replies