Hex file generation

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Hex file generation

830件の閲覧回数
stephen_hubbard
Contributor I

I am fairly new to embedded programming so I apologise if this is trivial.

I have a project with existing C code for custom hardware using LPC4078. Up to now it has been compiled using a make.bat file and a Makefile from the command line but I don't know where these files originated. I am trying to migrate to MCUXpresso so I imported the source files into a project imaginatively named 'foo'. Most settings were left as default. I get a file called libfoo.axf generated but was expecting foo.axf. I followed 18.13 of the user guide to generate a hex file for programming using a post build step but this appears to be looking for foo.axf. Are the compiler and linker generating the outputs they should? Any guidance would be appreciated.

0 件の賞賛
返信
1 返信

745件の閲覧回数
converse
Senior Contributor V

It sounds like you may have create a Library project instead of an executable project, except you would then get a libfoo.lib file created. You will need to post your project files (.project and .cproject) for us to be able to understand what you did and provide help.

0 件の賞賛
返信