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

cross mob
Anonymous
Not applicable

Hi 

   

 

   

I moved source files in my projects to folders to clean/make project more clear.

   

After this, few files are not being compiled, I am geting error:

   

 

   
arm-none-eabi-gcc.exe: error: .\CortexM0\ARM_GCC_493\Debug\sample_file.o: No such file or directory
   

 

   

It happens after Clean and built. When I compile those .c filest manualy from list (right mouse -> Compile_file) then .o files are generated.

   

 

   

But again, cleaning deletes them. 

   

 

   

What happened?

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

You have to set the path to your source files in project settings, include directories.

   

 

   

Bob

View solution in original post

0 Likes
6 Replies