• ARM Linker defined symbols are not counted as referred from a steering file.
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). When built with GNU tools XEN hypervisor uses number of symbols defined in a linker script. E.g. [1] . Unfortunately...
  • Creating a library
    Hi I am still raw with programming and I would like to know how to create a library which would allow me to access functions I define myself. I have multiple source files (*.c) which define functions...
  • 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...
  • How to creat library file
    I am trying to create a library file in keil uv4. By following the method mentioned in uvision IDE user guide I am able to generate the .lib file. Now I want to use this library file in other project...
  • Creating Library
    Hi all, How to create a library in keil IDE??? Does anyone know?? Please tell me.