We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
making ruby make[1]: Entering directory '/home/silica/ruby' arm-vita-eabi-gcc -O2 -g -Wall -Wno-parentheses -Wno-long-long -DRUBY_EXPORT -L. main.o -Wl,-R -Wl,/home/silica/ruby-bin/lib -L/home/silica/ruby-bin/lib -lruby-static -lm -o ruby /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/bin/ld: /usr/local/vitasdk/bin/../lib/gcc/arm-vita-eabi/10.3.0/../../../../arm-vita-eabi/lib/libg.a(lib_a-syswait.o): in function `wait': syswait.c:(.text.wait+0xe): undefined reference to `_wait_r' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:117: ruby] Error 1 make[1]: Leaving directory '/home/silica/ruby' make: *** [Makefile:324: main] Error 2
The text was updated successfully, but these errors were encountered:
Try make with -DREENTRANT_SYSCALLS_PROVIDED
-DREENTRANT_SYSCALLS_PROVIDED
Sorry, something went wrong.
There's no wait, because there's no child processes (e.g. fork). All we can do is stub it.
No branches or pull requests
The text was updated successfully, but these errors were encountered: