Discussion Forum

How to build multiple libraries

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Leonhard Fuchs
Posted
19-Dec-2000 13:15 GMT
Toolset
C166
New! How to build multiple libraries
I am working on a huge project which uses more than 400 Files. The bin-file is about 500k huge. While the comile runs you can have a cup of coffee easily!

To speed up the compilation significantly I am using lib-files. The problem at this point is, that there is no possibility to recompile ALL libraries at one time.

Does anybody know how to do this with uVision2?

Bye
Leo
Read-Only
Author
Bob Mu
Posted
21-Dec-2000 03:01 GMT
Toolset
C166
New! RE: How to build multiple libraries
You can create a batch file and run it in a msdos window, if you can understand the compiler and linker switch commands very well.
I only have the c51, so I hope it can work with c166.
Good luck!

Read-Only
Author
Andrew Neil
Posted
21-Dec-2000 09:35 GMT
Toolset
C166
New! RE: How to build multiple libraries
Or use a good ol' makefile?

The command-line options for Compiler, Assembler, etc are shown at the bottom of the appropriate tab in the Project Options.

Next Thread | Thread List | Previous Thread Start a Thread | Settings