-
Notifications
You must be signed in to change notification settings - Fork 35
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
Compile error on Raspberry Pi. #12
Comments
Hmmmm, I'm not sure as to if the Raspberry Pi has a 64 bit CPU, Or if there is a 64 bit version of Raspbian. However, This is an issue that I will look into, I will submit a solution soon, Thank you for your post! |
git pull and try compiling now, It should work. |
Thanks for fast response, pi@raspberrypi ~/netsukuku $ scons scons: Reading SConscript files ...Compiling Netsukuku for linuxConfiguring... scons: warning: Two different environments were specified for target xmalloc.o, scons: warning: Two different environments were specified for target log.o, scons: warning: Two different environments were specified for target misc.o, scons: warning: Two different environments were specified for target buffer.o, scons: warning: Two different environments were specified for target endianness.o, scons: warning: Two different environments were specified for target andns_lib.o, scons: warning: Two different environments were specified for target andns_net.o, scons: warning: Two different environments were specified for target crypto.o, scons: warning: Two different environments were specified for target snsd_cache.o, scons: warning: Two different environments were specified for target inet.o, scons: warning: Two different environments were specified for target ll_map.o, scons: warning: Two different environments were specified for target libnetlink.o, scons: warning: Two different environments were specified for target err_errno.o, scons: warning: Two different environments were specified for target xmalloc.o, scons: warning: Two different environments were specified for target log.o, scons: warning: Two different environments were specified for target misc.o, scons: warning: Two different environments were specified for target buffer.o, scons: warning: Two different environments were specified for target endianness.o, |
Ah, Yeah that is interesting, I'll just comment that function for now. |
done |
You're welcome, and yeah, sorry for the late response. |
Hi, I'm trying to compile Netsukuku on a Raspberry Pi 2 (32-bit ARM Cortex-A7). As of todays codebase, I get the following error when running scons gcc -o src/accept.o -c -g -Wall -Isrc src/accept.c Thanks in advance. |
Sorry about that! Try git pull and compiling now, It should work now. |
Graziegraziegraziearigatougozaimasu! |
Lol, You're welcome, I assume it is working now? |
When trying to compile on Raspbian this error occurs:
In file included from src/accept.c:32:0:
src/inet.h:212:48: error: unknown type name ‘off64_t’
gcc (Debian 4.6.3-14+rpi1) 4.6.3.
is where a way to enable 64 bit interfaces on ARMv6?
The text was updated successfully, but these errors were encountered: