-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
radare2 fails to build on PowerPC Macintosh #22574
Comments
that error is weird: |
after lots of smol fixes i end up spotting all the problems and managed to create a branch that builds for me. Can you give it a try? i cant merge it because its introducing lots of warnings, but i didnt find a way to make r_vec compile for gcc4 without those: you can do this: git checkout gcc4-fixes
sys/install.sh --disable-debugger the debugger was building and working at some point, but it's not the case right now. That could be the next step to be done when i get this PR merged without warnings. |
hi, |
Thats weird, i cant see the errors you posted. But i plan to continue working on this because the large pr is not yet merged and there are more things to refine |
I got v5.9.0 built on Tiger/PowerPC using GCC 5. There's some C11-isms (redefinitions) which have crept into the radare codebase that I sidestepped by using GCC 5 rather than 4.0. This is the draft formula with my patches (see after the END statement) that can be used until I have upstreamed everything to radare repo. |
@thamugadi This is because it arbitrarily pick
|
I have opened an issue for a compiler choice bug: #22955 |
On a side note, this looks wrong:
It should be |
I've already talked about it on the discord server, so I'm making an issue :)
Environment
Description
Building radare2 fails on a PowerPC Mac.
Test
The text was updated successfully, but these errors were encountered: