2018-03-04 06:26 AM
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
2018-03-04 07:09 AM
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 EditRegards
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.
2018-03-04 07:18 AM
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)