-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fix build under Linux #43
base: master
Are you sure you want to change the base?
Conversation
What's wrong with building on Linux? |
|
With my commit (with libwiiu built):
|
Oh, sorry, I just looked at your commits, I thought you meant that there was a build issue with the entirety of libwiiu, not just gx2sploit. I hadn't actually tried building the gx2sploit yet (I haven't even tried running it, no access to my console until tomorrow). |
@@ -3,7 +3,9 @@ CFLAGS=-std=gnu99 -nostdinc -fno-builtin -c | |||
LD=powerpc-eabi-ld | |||
LDFLAGS=-Ttext 1800000 --oformat binary | |||
project := src | |||
ifeq ($(shell uname -o),Cygwin) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It must not be GNU/Linux ? (when wrinting uname -o, it give me this)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It only runs the command below if it is on Windows.
No description provided.