quote:The text in question reads:
...it said that we should know familiar with creating and using libraries with the compiler ...
quote:These are all things that you will learn by using uVision (except working with a library -- uVision does that for you automatically). You'll probably want to study the existing projects in the Salvo distribution (e.g. salvo ut u5 u5lite.Uv2) and the Salvo Compiler Reference Manual RM-KC51 to understand which Salvo libraries to use.
You should be familiar with the concepts of including a file inside another file, compiling a file, linking one or more files, working with libraries, creating an executable program, viewing the debugging output of your compiler, and placing your program into memory.
Salvo libraries are all located in salvolib, e.g. salvolibmcc18 for MPLAB-C18 and salvolibkc51 for Keil Cx51.
------------------