• GCC cross compiler builds
    Hi Experts, During the compilation of Linux kernel is the GCC toolchain is differently build for user space code, glibc code and Kernel space code ? If yes why it is build so ? Regards, Techguyz
  • GCC build problems
    I'm having trouble adapting a Makefile-based build to uVision 4 for my cortex-m3 target. I have (I think) all the compile settings pulled in, but the link is failing on some libc-related stuff. I'm using...
  • Incremental Build # in uvision3 + compiler 7.50?
    Is it possible to create an incremental build #? Whereas I currently control version information (esoterically) I haven't found a good way other than creating a program to read a number stored in a...
  • strlen() <-> xstrlen(), xhuge, etc.
    Hi all, Our project uses the HLARGE memory model. I'm trying to run the (received but not very well documented) application from RAM instead of flash by copying it to RAM in the startup.a66 file. And...
  • Project Macros, Etc?
    Is there a way to use macros, environment variables, preprocessor constants, etc. with the uVision project? For example, if I want to change the name or location of the output file, is there a way...