realview
why is my code performing poorly when built with Realview tools but better with Codesourcery?
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[详细]
2023-02-28 06:29 分类:问答constructor of global static member not being called when compiled with rvct
Well, this is kind of complex to explain. I\'m compiling a static library which has a header that looks something similar to this:[详细]
2023-02-08 23:39 分类:问答how to migrate from AXD to realview
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,[详细]
2023-01-03 23:03 分类:问答overriding enumeration base type using pragma or code change
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).[详细]
2022-12-24 00:51 分类:问答