Skip to main content
Associate III
November 4, 2024
Solved

arm/le binary format files in Project Folder

  • November 4, 2024
  • 1 reply
  • 1082 views

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?

 

Best answer by Andrew Neil

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

 

1 reply

Andrew Neil
Andrew NeilBest answer
Super User
November 4, 2024

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

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
luke514Author
Associate III
November 4, 2024

You are right, my oversight.

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