Skip to content

Kernelloader build script fails with current ps2dev and ps2sdk #4

@RolmanDev

Description

@RolmanDev

Hi,

I encountered several problems while trying to build using the build-kernelloader.sh script, mostly related to paths and includes and versions of ps2dev/ps2sdk, but I can't get past this:

make -C loader
make[1]: Entering directory '/root/linux-dev/kernelloader/loader'
ee-g++ -D_EE -O2 -G0 -Wall -g -I/usr/local/ps2dev/gsKit/include -I../include -Wall -W -DSHARED_MEM_DEBUG -DUSER_SPACE_SUPPORT=1 -DRESET_IOP -DSCREENSHOT -DOLD_ROM_MODULES  -I/usr/local/ps2dev/ps2sdk/ports/include -I../crc32gen/ -Werror -D_STLP_NO_NAMESPACES -D_NOTHREADS -D_STLP_NO_EXCEPTIONS -D_STLP_USE_NEWALLOC -D_STLP_HAS_WCHAR_T -D_STLP_NO_IOSTREAMS -Dwint_t=int -I/usr/local/ps2dev/ps2sdk/ports/include/stlport/ -I/usr/local/ps2dev/ps2sdk/ee/include -I/usr/local/ps2dev/ps2sdk/common/include -I.  -c graphic.cpp -o graphic.o
graphic.cpp: In function `void changeMode()':
graphic.cpp:1078: request for member `Clut' in `*gsFont', which is of 
   non-aggregate type `GSTEXTURE*'
graphic.cpp:1079: request for member `Clut' in `*gsFont', which is of 
   non-aggregate type `GSTEXTURE*'
graphic.cpp:1080: request for member `Clut' in `*gsFont', which is of 
   non-aggregate type `GSTEXTURE*'
Makefile.eeglobal:44: recipe for target 'graphic.o' failed
make[1]: *** [graphic.o] Error 1
make[1]: Leaving directory '/root/linux-dev/kernelloader/loader'
Makefile:4: recipe for target 'all' failed
make: *** [all] Error 2

Tried it under different build environments like Fedora and Ubuntu.

All other scripts in build-all.sh compile successfully using the PS2SDK 1.0 and PSDEV 1.1

Any ideas? Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions