Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: arvind.rathod on September 22, 2017, 06:28:29 am

Title: How to use .elf file as input into the project
Post by: arvind.rathod on September 22, 2017, 06:28:29 am
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
Title: Re: How to use .elf file as input into the project
Post by: oBFusCATed on September 22, 2017, 09:57:03 am
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.
Title: Re: How to use .elf file as input into the project
Post by: BlueHazzard on September 22, 2017, 04:38:24 pm
Quote
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?

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?