LPC23xx red Suite 5 or LPCxpresso IDE

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

LPC23xx red Suite 5 or LPCxpresso IDE

788 Views
_ZZ_
Contributor II

Hello everybody,

this might be a bit tricky. 

I have recently started working on a project written by someone else in c for a LPC23xx micro. Unfortunately, he is not accessible anymore and I am on my own. the code is eclipse based either Red Suite 5 or LPCxpresso IDE. it runs freeRTOS and it has lwip functionality in it. 

1. first thing how do I know which IDE has been used for this project? 

2. tried to compile the code in both IDEs but I get some funny errors. it gives error about the syntax that is correct. for instance, "expected while before if", or "expected while before return", or "expected ( before volatile" which is inline assembly function.

this code has been compiled before and it is running in some board on micros though. I downloaded it from a CVS repository and it won't compile. 

thanks for any help. 

Tags (1)
0 Kudos
2 Replies

661 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi Almasi,

Thanks for sharing your solution with the Community!

Best regards!

/Carlos

0 Kudos

661 Views
_ZZ_
Contributor II

Found the answer, looking at the linker file could tell what IDE has been used. The funny errors was due to the line spaces where Macros were defined. Checking the proj out from CVS should tick the box unix line option will avoid the spaces between the lines 

0 Kudos