• armlink tool consult
    hi all. I want to recude the build image. but i find some functions are not used in my project. for example, two functions who comes from one source file. now fun1() is used, fun2() not used, they are...
  • Moving project from ADS 1.2 to DS5 - L6286E error
    I am attempting to port a mature product from the ADS 1.2 tool chain to the DS-5 tool chain. I am receiving a linker error L6286E (actually 7 errors): Error: L6286E: Relocation #REL:36 in IntAuxFRM...
  • ARM C/C++ Compiler, RVCT4.0
    Hello ; We were working on a project where we have to change our local time (UTC +2 ) . After development we changed our time from 10.12.2016 to 1.1.2020 to test our application . But accidentally...
  • DS-5 bare metal wait error after run "debug"
    I tried to run the bare metal script ("Hello World ANSI C Project - ARM Compiler 5 DS-5 built-in") on DS-5 debug software. However, it hangs on somewhere on "wait" commands as below which is not yet reached...
  • Is --debug option equivalent to -g option in armcc?
    In armcc user guide I learned that description of --debug and -g are quite similar. Is --debug option equivalent to -g option in armcc?