• How to prevent cross references between two sections
    Is there a way to prevent cross references betweeen two sections, so that for example functions located in the .boot section can't call functions located in the .user section? I'm developing a custom...
  • Referring symbols from linker file
    Hey there, Simply, i tried to use symbols from Keil's linker script but keil outputs "identifier __bss_end__ is undefined" I found many symbols defined in gcc_arm.ld file and i want to use one of...
  • errors:undefined reference
    hi, i'm tryin out a client server application where when i compile the prog in gcc it gives a list of errors sayin "undefined reference to.." all external references in that module.... u've suggested...
  • delay at sdcc cross compiler
    hi members... i have a question today. i'm working with the sdcc cross compiler and metabolize c in assembler. i want to delay some programms but i can't use the function sleep or wait in sdcc. i...
  • regarding native/cross compiler
    1] pls clear me difference bw the native and cross compiler. 2] why not native compiler output runs on board? 3] why not cross compiler output runs on same PC? 4] In which format output will be in...