You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
I attempted to run the command in the third step and received a make error: make: *** No targets specified and no makefile found. Stop. Was there a MakeFile in a previous version?
==================
How do I use it?
==================
Use the helper script to run 'make' on the current directory:
ps2dev-docker.sh make
The text was updated successfully, but these errors were encountered:
This is because the author expects you to have source files in the current directory which then get automatically copied over to your host machine via docker.
A good test without using any source files is using ps2sdk's samples directory:
ps2dev-docker.sh
cd /usr/local/ps2dev/ps2sdk/samples/draw/cube/
make
In a different terminal window copy the cube.elf to your system to run in a emulator or on your ps2 machine:
List containers and copy the ps2dev containerId: docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
926e99808d70 ps2dev-docker "bash" 16 minutes ago Up 16 minutes strange_gates
Good morning,
I attempted to run the command in the third step and received a
make
error:make: *** No targets specified and no makefile found. Stop.
Was there a MakeFile in a previous version?The text was updated successfully, but these errors were encountered: