cancel
Showing results for 
Search instead for 
Did you mean: 

arm/le binary format files in Project Folder

luke514
Senior

I don't understand why there are no more .c and .h files but these in my project:

luke514_0-1730732140675.png

What setting did I accidentally change?

 

1 ACCEPTED SOLUTION

Accepted Solutions
Andrew Neil
Evangelist III

You're looking under the 'Debug' folder - that is where build output is intended to go:

AndrewNeil_0-1730732370334.png

So this is intended behaviour - nothing wrong here.

Your source files will be here:

AndrewNeil_1-1730732438342.png

 

View solution in original post

2 REPLIES 2
Andrew Neil
Evangelist III

You're looking under the 'Debug' folder - that is where build output is intended to go:

AndrewNeil_0-1730732370334.png

So this is intended behaviour - nothing wrong here.

Your source files will be here:

AndrewNeil_1-1730732438342.png

 

You are right, my oversight.

I thought I had messed up since I had recently moved the project directory!