-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PS2] Compile Fail at missing gsKit.h #104
Comments
|
Yeah it seems to be uppercase Kit letter with this Makefile lol. |
Instructions in the readme say to have the PS2DEV and PS2SDK system variables defined but the code below it to download the prebuilt ps2dev binaries only define PS2SDK. run "export PS2DEV=$(pwd)/ps2dev" in terminal (with the ps2dev folder in the same directory of course) and try compiling it again. |
@binavik thank you! definining "PS2DEV" |
found out from a friend that this apparently no longer works with docker (same error). I'm not sure if docker uses its own Makefile or the one located in the repo folder, but it was tested in windows and linux. compiling normally works fine, so I'm not sure. |
I was building PS2 also I've installed PS2DEV toolchain via WSL and then I copied
ps2dev
into the tools folder.btw, I've been compiling some platforms and later soon.
How do I fix this?
![image](https://private-user-images.githubusercontent.com/80534869/365742194-719faefa-0f9f-4dab-ba99-930b3253c466.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODg0NDAsIm5iZiI6MTczODk4ODE0MCwicGF0aCI6Ii84MDUzNDg2OS8zNjU3NDIxOTQtNzE5ZmFlZmEtMGY5Zi00ZGFiLWJhOTktOTMwYjMyNTNjNDY2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA0MTU0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM4ODhjMjc2N2E2MDlhNDk3MzQ5OGEyOWJjMzc3OTcwM2NmMzIwYmIzNzJjZmNjMjkwYTEyNzY5ZWRhNTU5YzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ip95RqtxxXDJOhTFKpfLupQgkkaXQ84Ku1-R0AXOtkM)
The text was updated successfully, but these errors were encountered: