-
-
Notifications
You must be signed in to change notification settings - Fork 61
.rpl compilation is broken #423
Copy link
Copy link
Closed as not planned
Description
Bug Report
What's the issue you encountered?
When trying to compile a .rpl with CMake, I always get:
powerpc-eabi-g++: fatal error: /opt/devkitpro/wut/share/wut.specs: attempt to rename spec 'link' to already defined spec 'old_link'
compilation terminated.
How can the issue be reproduced?
- Download the WUT repository
- Run
powerpc-eabi-cmake -B build -DCMAKE_C_COMPILER_WORKS=true -DCMAKE_POLICY_VERSION_MINIMUM=3.5(additional flags are currently required) andpowerpc-eabi-cmake --build build
Environment?
- What host OS are you using?
- Arch Linux
- Official release or unofficial/self-compiled build:
- Official Release
Additional context?
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels