• armcc compile c   error  under DS-5 tool

    The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc.  But there is an error when compile。

    Error: C3321E: automatic configuration failed - could not determine configuration from GCC

    make: *** [arm_linux_config…

  • how to use the armcc to compile the C ++  program in the DS-5 studio

    Now I want to use armcc to compile the c++ program and I want to find a example under DS-5 studio.  I find under the DS-5 directory there is a CPP directory. There is a c++ example program for me to refer to. But after I study the makefile file, I have…