• how to create a library file in keil
    Iam doing a project in which iam facing some problems in creating a library file.Actually iam able to create library file but while adding it to my project and compiling iam getting some warnings like...
  • how to create fPIC library
    I compiled a library with the option -fPIC, And add the option in Misc controls. Output error when build: test.c: error: C3900U: Unrecognized option '-fPIC'.
  • 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 create library
    i have written a simple UART code, my project is entirely depends upon the serial comunnication. i have to control 4 to 5 stepper motor and sensor, for which lot of subroutines r to be written, ...
  • how to create library
    i have written a simple UART code, my project is entirely depends upon the serial comunnication. i have to control 4 to 5 stepper motor and sensor, for which lot of subroutines r to be written, ...