LPC23xx red Suite 5 or LPCxpresso IDE

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

LPC23xx red Suite 5 or LPCxpresso IDE

816 次查看
_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. 

标记 (1)
0 项奖励
2 回复数

689 次查看
CarlosCasillas
NXP Employee
NXP Employee

Hi Almasi,

Thanks for sharing your solution with the Community!

Best regards!

/Carlos

0 项奖励

689 次查看
_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 项奖励