• Library files, include source files
    Hi, I built a library file that can be used for other projects. Once I have built it and added it to another project, I right click on a function and select "Go to the definition of 'function...
  • Library Files ( NEED HELP!!)
    Hello, I'm trying to create my own library file and include it into my project 1)I've written two function in separate files abc.A51 and xyz.A51 2)These files contain only 1 functions each abc(...
  • error in usbd library file
    i am work in new project using stm32f4 mcu and when i compile the project this error appear first.axf: Error: L6218E: Undefined symbol USBD_ClrCfg (referred from usbd_req.o). how i can solve this...
  • Library file source code
    Anybody know how to view .lib file for UV2? It is important when I want to implement the functions in the .lib for my project. Thanks a lot Dragon
  • Create library with batch-file
    Dear experts! I'm trying to create a simple batch-file, that generates a library: SET lib_debug=debug_lib.lib IF NOT EXIST %lib_debug% GOTO create_lib DEL %lib_debug% :create_lib lib51 create...