Skip to content

Can't make Hello World on latest commit #53

@Yoti

Description

@Yoti

Bash:

git clone https://github.com/vitasdk/samples
cd samples/hello_world
make

Error:

mkdir -p out/./
arm-vita-eabi-gcc -c -Wl,-q -I../common -o out/main.o src/main.c
arm-vita-eabi-g++ -Wl,-q -std=c++11 -I../common out/main.o -lSceDisplay_stub -o vita_sample.elf
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: out/main.o: in function `main':
main.c:(.text+0xa): undefined reference to `psvDebugScreenInit'
/usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/9.1.0/../../../../arm-vita-eabi/bin/ld: main.c:(.text+0x16): undefined reference to `psvDebugScreenPrintf'
collect2: error: ld returned 1 exit status
Makefile:50: recipe for target 'vita_sample.elf' failed
make: *** [vita_sample.elf] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions