Home |
The ISO 9660 File System Structure The exFAT File System Structure RTFiles-32 in Embedded Applications Optimizing for Best Throughput Optimizing for Best Data Security Using RTFiles-32 with RTTarget-32 Win32 API Emulation with RTTarget-32 Using RTFiles-32 with RTKernel-32 Porting RTFiles-32 to other Platforms Compile Time Options, Rtfcfg.h Compiling RTFiles-32 |
Compiling RTFiles-32Compiling and rebuilding RTFiles-32 is obviously very platform dependent. RTFiles-32 comes with two make files which compile RTFiles-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 file system, these source files should be compiled:
To successfully link an application using RTFiles-32, the library must also contain at least one device driver and the system driver. Porting RTFiles-32 to other Platforms
|