Does someone know what advantage the C++ option brings to Realview. I see in the help it mentions the Rogue Wave C++ library.
I notice that there are a number of LIB folders. ie. ARM\LIB which contains CAL.lib and CALFP.lib, is this the library used by the legacy CARM compiler?
Then I see ARM\LIB\RV30\ARMLIB is this the library used by Realview compiler? Then I see ...RV30\CPPLIB which sounds like a C++ lib?
I am just curious as to what is available as the help section doesn't seem to spell it out, if the C++ library is there can I use it, if so how?
"2. But I have a problem if I use file names like "abc def.map" Grep wont work so I would have to change to single word file names or use underscore."
It should work if you enclose the filename in double quotes, or just say *.map
You might even find that abc*.map also works...
"Is there a way to make the grep independent of a project folder?"
Like any other External command, can't you just make sure it's in your PATH?