Tool/software: Code Composer Studio
Hello,
Before I get to my question, here's a bit of a background.
I took the blinky example and converted it to GCC compiler using one of the Wiki notes I found and I made it work.
I created my own project this time and followed all the settings in the blinky example and made if work with GCC.
I wanted to create a binary file so I copied all the stuff you can find in the Build/Steps tab (that long stuff there that I also found in the build hand book) and copied it to my own project to generate bin file. The build seemed to be successful but I could not find the bin file anywhere in the directory. I did not see any errors in the build. Am I missing something? I am using GCC and not the TI compiler.
I also did an experiment on the blinky example because it came with a bin file in the debug directory. I deleted that file. Then I build again but I can't find any binary file. I was under the impression that I should be able to generate it because the project has already been set up with the correct settings.
Please help.
Regards
AJ