-
Notifications
You must be signed in to change notification settings - Fork 311
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
Waves Makefile error #83
Comments
I ran across the same issue and it was solved already in issue 7, you just have to run git submodule update --init before the compilation. |
Hi there, I am getting the same error message as Chospanda. Did running "git submodule update --init" fix this problem for you @Chospanda ? It does not seem to be working for me. I am wondering if this is a separate issue. I will try to report back with any troubleshooting info I have uncovered. Thank you @sophialancini for the guidance thus far. Jeremy |
Thanks for the reply, Running "git submodule update --init" does not fix this problem. Same error occurs. |
OK, so the linker (ld) in MSYS has some problem with absolute MSYS paths. This works:
or change the LDDIR definition in Makefile (line 17). |
I'm trying to build "waves" project on msys using "make" command and getting this error
Compiling _unit.c
Compiling waves.cpp
Linking /home/logue-sdk/platform/nutekt-digital/waves/build/waves.elf
c:/msys64/home/logue-sdk/tools/gcc/gcc-arm-none-eabi-5_4-2016q3/bin/../lib/gcc/arm-none-eabi/5.4.1/.
./../../../arm-none-eabi/bin/ld.exe: cannot open linker script file /home/logue-sdk/platform/nutekt-
digital/waves/ld/userosc.ld: No such file or directory
collect2.exe: error: ld returned 1 exit status
make: *** [Makefile:187: /home/logue-sdk/platform/nutekt-digital/waves/build/waves.elf] Error 1
Any suggestions?
The text was updated successfully, but these errors were encountered: