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 :-)