• How to remove the warning 'Uncalled segment ?C_INITSEG' ?
    Hello to all, For my project, I use a my own asm file STARTUP.A51. After having linked all the files of the project, a warning message appears 'UNCALLED SEGMENT ?C_INITSEG'. Or I do not integrate...
  • How to remove unused __aeabi_idivmod
    Hi, Does any one know how to remove unused __aeabi_idivmod? In SourceCode.htm, we can see __aeabi_idivmod is unused. But in SourceCode.map, it still occupy code memory. SourceCode.htm __aeabi_idivmod...
  • Any way to remove unreferenced parameter warnings?
    We have a design that uses function pointers and sometimes the parameters passed to a "C" routine are not used. Thus we get alot of compiler warnings. Is there any way to remove these warnings? Previous...
  • How to remove unused functions with armclang?
    Obviously, the option --freedback for armcc doesn't work. But setting -flto to compiler controls or linker controls (or checking the Link-time optimization checkbox) shows this error: error: use...
  • How to remove the extension menu in AGDI?
    My emulator supports a nonstandard 8051 MCU.I have made a keil AGDI driver for it.But i found there are some Peripherals unsupported by my MCU are listed under the Peripheral menu.(Such as CAN,PORT0...