I have spent some days to migrate my application (using FreeRTOS) to the 'new' RV compiler. Now it runs, but there are some thing I am not so happy with: -Warnings for functions defined with no parameters (just (), not (void)). -In the debugger, source level stepping doesn't work if files are not already open. It switches to assembler view. -Call stack window shows only one level, and often wrong (the last called function instead of the calling function). Does anyone have any comments to this?
Are you using the highest optimize level?
I tried both. I found out how to avoid the unwanted warnings :-)
Hi I'm trying to compile FreeRTOS for Philips LPC2129 but I'm still having problems with GNUARM compiler. Coud You tell me what compiler do You use a and how did You setup Keil, please? Thanx a lot, Mirek
I have sent a working demo project (for Atmel AT91SAM7S64) to Keil. Maybe you can get it from them (to "mh" at their domain). Otherwise I can mail it to you, if I get your email. I have used both CARM and RV compilers. The project I sent is with RV. (There is CARM port, with demo, for LPC2129 in the FreeRTOS download.) Jokke
Jokke, I can't find your RV port of FreeRTOS for the AT91SAM7S64 on KEIL's website, nor FreeRTOS's website. Can you point me to where I can download it from, or can I get it from you somehow? Have you given it to FreeRTOS.org? Thanks for offering it here !!
I have sent it to Keil, and to FreeRTOS, but none of them have published it so far. I will publish it on my companys web site (http://www.ktc.se) but I am not sure when that will be.
Now we have published our changes! You can download them with this link: www.ktc.se/.../SAM7_Keil_RV.zip
Regards
Jokke Ramberg