Skip to content
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

dkpsp: Incorrect COMPILER_PATH #7

Closed
173210 opened this issue Jan 30, 2016 · 2 comments
Closed

dkpsp: Incorrect COMPILER_PATH #7

173210 opened this issue Jan 30, 2016 · 2 comments

Comments

@173210
Copy link

173210 commented Jan 30, 2016

c:/devkitpro/devkitpsp/bin/../libexec/gcc/psp/4.6.2/ is duplicated, and c:/devkitpro/devkitpsp/bin is not includes, thus collect2 can't find tools.
It disables to build https://github.com/173210/valentine-hbl.git, which invokes ld via GCC to use lto plugin.
The bug is confirmed on Windows, but not on Ubuntu.

COMPILER_PATH=c:/devkitpro/devkitpsp/lib/gcc/../../libexec/gcc/psp/4.6.2/;c:/devkitpro/devkitpsp/lib/gcc/../../libexec/gcc/;c:/devkitpro/devkitpsp/bin/../libexec/gcc/psp/4.6.2/;c:/devkitpro/devkitpsp/bin/../libexec/gcc/psp/4.6.2/;c:/devkitpro/devkitpsp/bin/../libexec/gcc/;c:/devkitpro/devkitpsp/bin/../lib/gcc/psp/4.6.2/../../../../psp/bin/;c:/devkitpro/devkitpsp/bin/../lib/gcc/psp/4.6.2/../../../../psp/bin/
@WinterMute
Copy link
Member

devkitPSP is no longer being maintained, sorry.

@173210
Copy link
Author

173210 commented May 22, 2016

But you have no removed it from the repository yet. Can I make a pull request to fix this bug and update toolchains?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants