• pragma for code section
    Dear Sir, for example,I am written the following code in main. #include........ #pragma arm section code="foo" int add1(int x) { return x++; } #pragma arm section codee int main() {unsigned...
  • compiler command line details
    Hi, Is there a means to visualize the compiler command line call which is generated by the µVision IDE ? Using the IDE, we can select different options and I would like to see them on the command...
  • command line keil compiler
    hey can anybody tell me how to use keil compiler from command line........
  • Command Line to compile the project
    Hi, I am trying to write a script to compile my code (organized in a project) using CA51 Compiler Kit (uVision2). Can somebody let me know how this can be done. I am able to compile individual files...
  • var arg, __VA_ARGS__, C99
    hi, i was wondering if anything has changed since nov.2006 in the field of variable arguments in macros. does anybody know something about a support of __VA_ARGS__ in the current c-compiler?...