• Keil __arm unrecognised
    Hello, i try to do the examples from the "Insider's Guide to the PHILPS ARM73" by the example 3 the compiler reports: main.c(31): error: #130: expected a "{" main.c(41): error: #130: expected a...
  • stm32 option byte asm file
    Hello, stm32fxOpt.s includes following. What is meaning of <> operator? I didn't see it in arm asm file operators. I think it is working as (FLASH_OPT != 0) IF FLASH_OPT <> 0 // .... // if...
  • --asm option Compiler Control String Edit
    I was trying to enable generation of assembly listing for the code I am developing. I added --asm option in the misc controls dialog(under Target options > C/C++) like suggested in the Keil help. I am...
  • Can't compile ASM generated with SRC option
    Hi, I'm trying to compile a library of rom functions for the DS80C400. The Most of the files compile without a problem. The ones I do have difficulties with all have inline assembler. Obviously...
  • microlib option
    Hello Everyone, I am using Use Microlib option in keil uvision4 for my project due to this Error: L6218E: Undefined symbol time (referred from main.o) When i search it on Google i came to know that...