Hello
I wanted to try the implementation of Code Sourcery G++ in CCS5.1 since the ARM A8 Compiler from CCS doesn't support intrinsics... Because the support of G++ in Windows is limited I wanted to try it on a virtual linux system.
Under Windows there is this 30days evaluation license to try things out. I thought that under linux exist something similar but my first attempt with the same Version I use on windows: CCS 5.1m7 failed. It seams to be unable to generate the necessary license file.
My second attempt was to create a second virtual system and install CCS 5.1m8.5 but this one can't be started unless I use the 'sudo' command to start it... But when I do this, the license seams fine at first but after I started the debugger (BH LAN 560) it changes to unlicensed.
When I change the privileges of the CCS directory to 777 I'm able to start the CCS as a normal User and the license seams fine but when I start the debugger I get this Message:
Error initializing emulator:
(Error -2085 @ 0x0)
Internal error: Missing or corrupt application file. Restart the application. If error persists, please report the error.
(Emulation package 5.0.470.0)
Can someone help me: I just want to test the G++ compiler with CCS...