| | 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 keyboard_palm
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 keyboard_palm.elf
psp-fixup-imports keyboard_palm.elf
psp-prxgen keyboard_palm.elf keyboard_palm.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: keyboard_palm 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_Update
Line 14, Name: PSP_EXPORT_FUNC Arg 0: MODULE_IsUpdating
Line 15, Name: PSP_EXPORT_FUNC Arg 0: MODULE_UpdateLibrary
Line 16, Name: PSP_EXPORT_FUNC Arg 0: MODULE_Stop
Line 17, Name: PSP_EXPORT_FUNC Arg 0: MODULE_IsKeyPressed
Line 18, Name: PSP_EXPORT_FUNC Arg 0: MODULE_IsKeyJustPressed
Line 19, Name: PSP_EXPORT_FUNC Arg 0: MODULE_GetKeyJustPressed
Line 20, Name: PSP_EXPORT_FUNC Arg 0: MODULE_GetStringFromKey
Line 21, Name: PSP_EXPORT_FUNC Arg 0: MODULE_GetMetaKeys
Line 22, Name: PSP_EXPORT_END
Line 24, 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 'keyboard_palm', ver 0000, attr 0001
Funcs 12-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_Update', nid 075B3966
Function 4 - 'MODULE_IsUpdating', nid 44BB6F22
Function 5 - 'MODULE_UpdateLibrary', nid 285E3B1B
Function 6 - 'MODULE_Stop', nid 9B70164C
Function 7 - 'MODULE_IsKeyPressed', nid DA4FCAE9
Function 8 - 'MODULE_IsKeyJustPressed', nid 85AD448B
Function 9 - 'MODULE_GetKeyJustPressed', nid 59C1CFFF
Function 10 - 'MODULE_GetStringFromKey', nid 511B8F0C
Function 11 - 'MODULE_GetMetaKeys', nid 05DAEF2F
Writing output file keyboard_palm.S
Moving files to proper folders
1 file(s) moved.
h:\psp\psp_os\code\modules\keyboard\palm\keyboard_palm.elf
1 file(s) moved.
h:\psp\psp_os\code\modules\keyboard\palm\build.o
h:\psp\psp_os\code\modules\keyboard\palm\build_exp.o
2 file(s) moved.
===================== End =====================
|