keil lpc2129 problem

Hi all, I am new to FreeRTOS. recently i try to compile the freertos port for keil lpc2129 demo. i am using uVision3 3.53. 1. during compile an error code — Error: failed to execute ‘C:KeilARMBINCA’ . where can i get the CA compiler? 2. i goto Project -> manage -> component,environment,book —> folder/extensions    change to use RealView compiler. alot of error n warning. 3. where should i put the downloaded FreeRTOS folder(contain the source code of the demos)? i install the uVision in partition C. but i put the download folder in partition D. will this cos the problem? i did try to put the folder in keil folder but still the same error and warning. Thank you very much for your helps

keil lpc2129 problem

>1. during compile an error code — Error: failed to execute ‘C:KeilARMBINCA’ . where can i get the CA compiler? You can’t.  The FreeRTOS port used CA, which was supplied by keil for a few months.  Then after people had parted with their money, they scrapped it and switched to the ARM compiler. Richard has an Keil ARM demo for the SAM7 which he can send you if you write to him directly.  You would have to convert this to use the LPC.

keil lpc2129 problem

hi Dave Thank u very much