Can someone tell me, which of Keil CARM and RealView generate smaller code?
The problem is,
RTOS (FreeRTOS) compiled with RV is so much larger than it would with CARM, beyond belief. Actually I cant compile with RV, it has linker error
DemoProj.axf: error: L6047U: The code in this image is 21360 bytes - this version of the linker will not create images that large
It really shouldnt be that big. What could be the problem?