• #pragma asm directive
    using #pragma asm directive and generating source file is not been able to generate C_Start referance. I know that I'll have to add c51s.lib file. But in UV3 How do I add this lib file? Docs avaible...
  • how do I check #pragma directives
    Hello ! I have a some quetions. I my project i write some math(on Assembler) library for using in C and Assembler. I have some function, in C this function can be defined: extern signed long add32...
  • #pragma to configure option
    Please, Is there #pragma to configure option bytes for STM32L011F4, if not, how to add option bytes configuration to compilation. Thanks.
  • pragma pack structure in vxworks
    Hi, I am facing a problem in vxWorks. The problem is: I hava a pragma packed structure like below: struct C { float aaa; float bbb; } __attribute__((__packed__)) var3; struct B {...
  • unrecognized pragma warning
    I'm using the Keil Development System for embedded applications (uVCision3) for the ADuC7020. Because my Keil uVision3 quit working I had to reinstall and upgrade my software. Now I get the warning message...