cancel
Showing results for 
Search instead for 
Did you mean: 

Editing IAR .o file

Frank Lee
Associate
Posted on March 04, 2018 at 15:26

Hi ST,

I'm using STM32F767 processor.Because of the need of our project,I meet a problem that I don't know how to editing .icf file of 

STM32F767

in IAR project.What should I do?And how I should do to add the .o file into IAR project directly by modifying the .icf file under the circumstance where there is only .o file offered?

Best regards,

Frank

2 REPLIES 2
RomainR.
ST Employee
Posted on March 04, 2018 at 16:09

Hi Frank Lee

I do not well understand why do yo want to add with object file.

However to edit linker configuration file .icf do like this:

Go to Project Option (right clic on into project explorer)

Select Linker (left) and then Config Tab and Edit

Regards

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Posted on March 04, 2018 at 16:18

Depending on the tool chain you typically drop objects/libraries into the project, or add them to the linker command line.

To 'edit' object files you'd need some familiarity with the underlying format (ELF)

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..