During the Build steps if you run into this issue:
arm-none-eabi- --format=berkeley firmware.elf Cannot run program "arm-none-eabi-":
Unknown reason
Do the following:
o
With the project selected, go to Project -> Properties
o
Go to
C/C++ Build -> Settings -> Tool Settings -> GNU ARM Cross Create Flash Image
o
In the command field change the text ${cross_prefix}${objcopy}${cross_suffix}
o
To this: ${cross_prefix}objcopy${cross_suffix}
o
Go to
C/C++ Build -> Settings -> Tool Settings -> GNU ARM Cross Print Size