LPC800 Code example bundle not making?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC800 Code example bundle not making?

865 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RazorConcepts on Mon Aug 05 09:29:40 MST 2013
I downloaded this code example bundle:
http://www.lpcware.com/content/nxpfile/lpcxpresso-sample-code-bundle-lpc8xx

It compiles fine, but the console says :
make all
make: Nothing to be done for `all'.

And a hex file is not generated. What do I have to do to get it to generate a hex file?
0 Kudos
Reply
4 Replies

838 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Wed Aug 07 06:27:55 MST 2013
Read the FAQ => Delete the #

;-)

Regards,
LPCXpresso Support
0 Kudos
Reply

838 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RazorConcepts on Wed Aug 07 06:12:58 MST 2013
Thanks! I followed those instructions, however it still doesn't appear to be building a hex file. Here's the output:

make --no-print-directory post-build
Performing post-build steps
arm-none-eabi-size "Blinky.axf"; # arm-none-eabi-objcopy -O binary "Blinky.axf" "Blinky.bin" ; checksum -p LPC812 -d "Blinky.bin";  arm-none-eabi-size Blinky.axf;arm-none-eabi-objdump -S Blinky.axf >Blinky.lss;arm-none-eabi-objcopy -O ihex Blinky.axf Blinky.hex;
   text   data    bss    dec    hexfilename
   2208      4    132   2344    928Blinky.axf
0 Kudos
Reply

838 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by lpcxpresso-support on Tue Aug 06 00:20:03 MST 2013
So the tools are telling you that you have already built the code and as there have been no changes, there is nothing it needs to do.

If you want hex output, then take a look at this FAQ:

http://support.code-red-tech.com/CodeRedWiki/PostProcessApp

Regards,
LPCXpresso Support
0 Kudos
Reply

838 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RazorConcepts on Mon Aug 05 09:34:40 MST 2013
test
0 Kudos
Reply