Hello community,
I can't rebuild the Blinky (LPCXpresso55S69) example on Arm KEIL MDK.
This example is included in the NXP::LPCXpresso55S69_BSP.
Of course, I also have DFP installed.
*****************************
NXP::LPC55S69_DFP
version 12.4.0 (2021-01-14)
NXP::LPCXpresso
version 12.4.0 (2021-01-14)
ARM::CMSIS
version 5.7.0(2020-04-09)
*****************************
Also, there is a problem with the Run-Time Environment settings of this example project file.
NXP::Device:Startup software components requied NXP::Device:CMSIS:LPC55S69_system.
However, The NXP::Device:CMSIS:LPC55S69_system are not selected.
This issue can be easily fixed from the "Manage Run-Time Environment".
All you have to do is click the resolve button and OK button.
However, even with this fix, the rebuild does not succeed.
The following is the error message when rebuilding.
Build Output:
startup_LPC55S69_cm33_core0.S: Error: A1067E: Output file specified as 'C:\Users\USER_NAME\AppData\Local\Arm\Packs\NXP\LPC55S69_DFP\12.4.0\arm\startup_LPC55S69_cm33_core0.S', but it has already been specified as '.\objects\startup_lpc55s69_cm33_core0.o'
startup_LPC55S69_cm33_core0.S: error: A1023E: File "assembler-with-cpp" could not be opened: No such file or directory
Any clarification would be appreciated.
Thanks!