• armlink stuck in armcc
    Hi I want to use armcc to pre-process my scatter file: #! armcc -E ... but armlink gets stuck. If I kill armcc.exe armlink returns an error that armcc terminated (because of killing). Any idea?
  • Armlink and mkaefile
    Dear All: Can anybody explain the meaning of 'anon$$obj.o' file. How it will be used in memory map file? Regards, JackSmith
  • ARMLINK PROBLEM ?
    Hi,everybody! I have a armlink question! in my project:I set R/W BASE to 0x00080000,R/O BASE to 0x00000000 in the eval mode.and my code as following: AREA Word, CODE, READONLY EXPORT...
  • armlink/scatter
    Hi folks, I'm trying to link from the command line using the armlink that's at \Keil\ARM\BIN30\armlink.exe The help for armlink shows, in part: --scatter file Create the memory map as described...
  • 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...