Home |
Porting RTUSB-32 to other Platforms Compile Time Options, Rtucfg.h Compiling RTUSB-32 |
Compiling RTUSB-32Compiling and rebuilding RTUSB-32 is obviously very platform dependent. RTUSB-32 comes with two make files which compile RTUSB-32 (among all other On Time RTOS-32 components). These makefiles are Libbc\Makefile for Borland compilers and Libmsvc\Makefile for Microsoft compilers. Compiling the .c files described in section Source Code Structure is straightforward. The compiler must be able to find header files located in directory Include. No other special compiler options are required. To generate a library of the core USB host stack, these source files should be compiled:
To successfully link an application using RTUSB-32, the library must also contain a system driver. Porting RTUSB-32 to other Platforms
|