• cross module optimization
    hello i am using different platform to build keil environment project and i want to enable cross module optimization. i am using following keywords to enable linker options. add option { ...
  • How to apply "[Target]->[cross-module optimization]" to "*.lib"
    I would like to delete no-reference methods on "*.lib" because optimizing ROM size. I tried to apply "[Target]->[cross-module optimization]" as true. But no-reference methods were not deleted. Why...
  • Cross module optimzation
    I want to know abt this feature. my code without this - run in 360ms & 7826 bytes with this - run in 470ms & 7286 bytes
  • cross assembler
    Can the Cx51 be used as a cross assembler. If we write the C code can it be directly converted to assembly. How can we link aspire and Cx51 toolset
  • Cross compilation problem
    I have a project in uVision4 and I want to be able to use Microsoft Visual Studio to build the same project(cross compilation). So I need both projects to generate the same hex file and almost the same...