| | 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 display_framebuffer
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 display_framebuffer.elf
psp-fixup-imports display_framebuffer.elf
psp-prxgen display_framebuffer.elf display_framebuffer.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: display_framebuffer 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_Print
Line 18, Name: PSP_EXPORT_FUNC Arg 0: MODULE_GetWidth
Line 19, Name: PSP_EXPORT_FUNC Arg 0: MODULE_GetHeight
Line 20, Name: PSP_EXPORT_END
Line 22, 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 'display_framebuffer', ver 0000, attr 0001
Funcs 10-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_Print', nid 1B27F76C
Function 8 - 'MODULE_GetWidth', nid BF76E690
Function 9 - 'MODULE_GetHeight', nid 3DCFD758
Writing output file display_framebuffer.S
Moving files to proper folders
1 file(s) moved.
h:\psp\psp_os\code\modules\display\framebuffer\display_framebuffer.elf
1 file(s) moved.
h:\psp\psp_os\code\modules\display\framebuffer\build.o
h:\psp\psp_os\code\modules\display\framebuffer\build_exp.o
2 file(s) moved.
===================== End =====================
|