This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to create a .lib

hi!
there are 2 troubles:
1. when i type
"LIBA ADD MOD1.OBJ, UTIL.LIB(FPMUL, FPDIV) TO NEW.LIB"
,keil3 tells me "error! not in debugging mode"-------pls tell me why

2. my ide is keil3 except that the complier is ads1.2,i can compile sources and output intel386 hex file,but how to create a library?

Parents
  • when i type

    And what part of the manual ever gave you the impression that you were supposed to type that command? And into the debugger command line entry field, no less?

    how to create a library?

    By reading the uVision3 (not "Keil3") Manual and finding out what it has to say about using and building libraries.

Reply
  • when i type

    And what part of the manual ever gave you the impression that you were supposed to type that command? And into the debugger command line entry field, no less?

    how to create a library?

    By reading the uVision3 (not "Keil3") Manual and finding out what it has to say about using and building libraries.

Children