• 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...
  • 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...
  • RTX flags etc
    In the Keil help section it seems to imply that each task name gets its own individual 16bit flag ie. as in os_evt_set (0x0004, id2); and os_evt_set (0x0004, id3); if so, how does os_evt_wait_or (0x0004...