Copy Link
Add to Bookmark
Report
GP32 SDK folder structure
- work : root folder. it doesn't have to be named work
- lib : where all the library files are located
- gp : where all the library files for GP32(SDT/ADS) are located
- gplib : where all the GP32 standard API library files are located
- src : where all the GP32 standard API source files are located. it's not available now, instead, there are only several files nessary for compiling.
- target
- include : where all the GP32 standard API header files are located
- gplib : where all the GP32 standard API library files for SDT are located
- debug : where all the GP32 standard API library files for debug target are located. (for SDT. with extension *.alf) - it doesn't have any meaning now because the sources are not available.
- release : where all the GP32 standard API library files for release target are located. (for SDT. with extension *.alf)
- gplibads : where all the GP32 standard API library files for ADS are located
- debug : where all the GP32 standard API library files for debug target are located. (for ADS. with extension *.a) - it doesn't have any meaning now because the sources are not available.
- release : where all the GP32 standard API library files for release target are located. (for ADS. with extension *.a)
- gp_entry_Data
- Debug
- ObjectCode : where the file init.o which is necessary to compile debug target is located
- Release
- ObjectCode : where the file init.o which is necessary to compile release target is located
- win32 : where the library file for Windows is located
- gpwinlib : where the library file for Windows is located
- debug : GP32 standard library file for debug target (gpwind.lib)
- release : GP32 standard library file for release target (gpwinr.lib)
- include
- project
- template
- common
- gp
- ads
- win32
- examples
- docs
- tools
- tutorial