Hello All
Scenario:
I have 2 projects. For instance proj1 and proj2.
proj1 generated .elf file and this elf file I am givind as input to proj2.
Can I give .elf file input? If yes, then how?
If not, which similar file I can give as input to the project apart from library files?
Please give valuable feedback.
Thanks in advance
Wrong subforum! And please next time do not start two threads with the same topic and content. It won't help to get more answers.
QuoteCan I give .elf file input? If yes, then how?
If not, which similar file I can give as input to the project apart from library files?
what do you mean with "input"? You can give anything your compiler/linker supports to your compiler/linker. Codeblocks does not put any restriction on this...
@admin: can someone move this?