A
Ardhendu Nandan
Hi,
Like turbo c(tlib.exe),is there any utility in gcc to add new library?
regards
Ardhendu
Like turbo c(tlib.exe),is there any utility in gcc to add new library?
regards
Ardhendu
Ardhendu Nandan said:Hi,
Like turbo c(tlib.exe),is there any utility in gcc to add new library?
Hi,
Like turbo c(tlib.exe),is there any utility in gcc to add new library?
you can make a batch file to run ranlib. Then just do (example from a
68k embedded board.
ar rvs NAMEOFAFILE.a OBJECTFILE1.o OBJECTFILE2.o
m68k-coff-ranlib NAMEOFAFILE.a
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.