Content originally posted in LPCWare by JGold on Wed Aug 07 12:35:51 MST 2013
LPC2377
Red Suite NXP 5.2.6
I am trying to update an old project for an old board. The project was originally compiled on Keil uVision 3.62 with a timed evaluation. The eval period has long since expired.
We are using Red Suite NXP for a current project on an LPC1767 with great success, so I thought I would use this compiler to recompile the old code.
I ported the code over, using NEWLIB libraries.
I was able to get it to compile, but the interrupts were not firing. I was advised to upgrade to a newer version of Red Suite, so I installed v5.2.6 [Build 2137] [2013-07-08].
I now get errors. I have tried switching between REDLIB and NEWLIB, using (none), (nohost), and (semihost) settings, with no luck.
Here are my errors:
make: *** [RS485_Tester_Board.axf] Error 1
make: *** [Terminal_Tester_RT/src/GPIO.o] Error 1
make: *** [Terminal_Tester_RT/src/main.o] Error 1
make: *** [Terminal_Tester_RT/src/Serial.o] Error 1
make: *** [Terminal_Tester_RT/src/Timer.o] Error 1
make: *** No rule to make target `ADC.o', needed by `RS485_Tester_Board.axf'.