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.