I have a C project which was previously being built with Codesourcery\'s gnu tool chain. Recently it was converted to use Realview\'s armcc compiler but the performance that we are getting with Realvi
Well, this is kind of complex to explain. I\'m compiling a static library which has a header that looks something similar to this:
I always debug our arm project by AXD for a AT91 RM9200 board, but now I want to try realview debugger, it seems it is more powerful. there is a configuration script for AXD in order to remap memory,
Problem: I am using a big C/C++ code base which works on gcc & visual studio compilers where enum base type is by default 32-bit(integer type).