| | Performing Makefile project actions
==================== Clean ====================
Removing binaries
Removing build files
build\BuildLog.htm - The process cannot access the file because it is being used by another process.
Creating default folders
A subdirectory or file build already exists.
==================== Build ====================
Building project kernel_1_0_0
psp-g++ -I../../../libs/ -Icode/ -I. -I/cygdrive/h/Cygwin/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -I../../../libs/ -Icode/ -I. -I/cygdrive/h/Cygwin/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -fno-exceptions -fno-rtti -c -o build.o build.cpp
psp-gcc -I../../../libs/ -Icode/ -I. -I/cygdrive/h/Cygwin/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=150 -c -o build_exp.o build_exp.c
psp-gcc -I../../../libs/ -Icode/ -I. -I/cygdrive/h/Cygwin/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=150 -L. -L/cygdrive/h/Cygwin/usr/local/pspdev/psp/sdk/lib -Wl,-q,-T/cygdrive/h/Cygwin/usr/local/pspdev/psp/sdk/lib/linkfile.prx -mno-crt0 -nostartfiles build.o build_exp.o -lm -lc -lpikey -lpsputility -lpspdebug -lpspge -lpspctrl -lpspsdk -lpspvfpu -lpsplibc -lpspuser -lpspkernel -lpsprtc -lpsppower -lstdc++ -lpspdebug -lpspdisplay_driver -lpspctrl_driver -lpspsdk -lc -lpspkernel -o kernel_1_0_0.elf
psp-fixup-imports kernel_1_0_0.elf
psp-prxgen kernel_1_0_0.elf kernel_1_0_0.prx
psp-build-exports -s -k -v build_exp.exp
Line 1, Name: PSP_BEGIN_EXPORTS
Line 3, Name: PSP_EXPORT_START Arg 0: syslib Arg 1: 0 Arg 2: 0x8000
Line 4, Name: PSP_EXPORT_FUNC Arg 0: module_start
Line 5, Name: PSP_EXPORT_FUNC Arg 0: module_stop
Line 6, Name: PSP_EXPORT_VAR Arg 0: module_info
Line 7, Name: PSP_EXPORT_END
Line 9, Name: PSP_EXPORT_START Arg 0: kernel_1_0_0 Arg 1: 0 Arg 2: 0x0001
Line 10, Name: PSP_EXPORT_FUNC Arg 0: MODULE_GetType
Line 11, Name: PSP_EXPORT_FUNC Arg 0: MODULE_IsLoaded
Line 12, Name: PSP_EXPORT_FUNC Arg 0: MODULE_IsRunning
Line 13, Name: PSP_EXPORT_FUNC Arg 0: MODULE_Stop
Line 14, Name: PSP_EXPORT_FUNC Arg 0: MODULE_FILE_SYSTEM_FindFullPath
Line 15, Name: PSP_EXPORT_FUNC Arg 0: MODULE_KERNEL_FindModuleNameByType
Line 16, Name: PSP_EXPORT_END
Line 18, Name: PSP_END_EXPORTS
Export 1 'syslib', ver 0000, attr 8000
Funcs 2-0xc00780, Vars 1-0xc008a0
Function 0 - 'module_start', nid D632ACDB
Function 1 - 'module_stop', nid CEE8593C
Variable 0 - 'module_info', nid F01D73A7
Export 2 'kernel_1_0_0', ver 0000, attr 0001
Funcs 6-0xc00970, Vars 0-0x0
Function 0 - 'MODULE_GetType', nid E79AC995
Function 1 - 'MODULE_IsLoaded', nid 7DB08111
Function 2 - 'MODULE_IsRunning', nid C6877897
Function 3 - 'MODULE_Stop', nid 9B70164C
Function 4 - 'MODULE_FILE_SYSTEM_FindFullPath', nid 70DDC904
Function 5 - 'MODULE_KERNEL_FindModuleNameByType', nid 4620220E
Writing output file kernel_1_0_0.S
Moving files to proper folders
1 file(s) moved.
h:\psp\psp_os\code\modules\kernel\1_0_0\kernel_1_0_0.elf
1 file(s) moved.
h:\psp\psp_os\code\modules\kernel\1_0_0\build.o
h:\psp\psp_os\code\modules\kernel\1_0_0\build_exp.o
2 file(s) moved.
===================== End =====================
|