• Sourcery GCC prefix
    Hi, which gnu-tool-prefix do I have to use in order to work with Sourcery and arm-none-linux-gnueabi? arm-none-linux-gnueabi or arm-none-linux isn't working... getting the error msg "failed to...
  • GNU-Tool-Prefix??
    I am using Keil µVision3 for simulating an ARM processor. To use CodeSourcery toolchain I set * GNU-Tool-Prefix: arm-none-linux-gnueabi- * Cygnus Folder: C:\Program Files\CodeSourcery\Sourcery...
  • assembler prefix for 16 and 32 bit operations
    So I'm doing some very sophisticated code in assembler on my fav little processor. I recently discovered that most processors have special prefix codes so they can carry out wider operations. like the...
  • compiler C to the opcode without prefix in source_mode
    I want to compiler the C program to the machine code without some instruction need prefix by c251 compiler in source mode. If keilC251(IDE version) has any option to do it? Thanks for your great help...
  • Why variables wtth prefix of code are put in CONST area by Keil
    Hi , I have one question for keil compiler. Originally, in the compile result for my project, CONST size is 0 and all of variables with prefix of code are put in CODE area by compiler. But...