Author Topic: How to use .elf file as input into the project  (Read 3625 times)

Offline arvind.rathod

  • Single posting newcomer
  • *
  • Posts: 2
How to use .elf file as input into the project
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How to use .elf file as input into the project
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: How to use .elf file as input into the project
« Reply #2 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?