• Linker - UNUSED(REMOVE)
    Hi, the linker option UNUSED(REMOVE) is great. But now I have a function, that I don't use. But I want to include it on the binary. What I have to do, that this (one) function will not remove? ...
  • Linker - UNUSED(REMOVE)
    Hi, the linker option UNUSED(REMOVE) is great. But now I have a function, that I don't use. But I want to include it on the binary. What I have to do, that this (one) function will not remove? ...
  • using UNUSED(REMOVE) linker directive
    Hello, when i add linker directive UNUSED(REMOVE) in B51 misc tab , i get error FATAL ERROR L204: INVALID KEYWORD POS:1219 my intention is to force linker to remove unused functions. any pointer...
  • using UNUSED(REMOVE) linker directive
    Hello, when i add linker directive UNUSED(REMOVE) in B51 misc tab , i get error FATAL ERROR L204: INVALID KEYWORD POS:1219 my intention is to force linker to remove unused functions. any pointer...
  • Why removing code from startup file crashes my code ?
    Product DCD 0 ;0 EXPORT Product FirmwareVer DCD 0x00000001 Version, cc = Major Version EXPORT FirmwareVer After removing above lines from my startup file(filename.s), my application doesn't even...