/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directoryerror when you ran scons with default arguments. When default arguments are used, it tries to guess the OS. In my case it failed to detect the correct architecture (i.e. x64). So you can specify arch argument when you run the scons to manually set the architecture. i.e.
scons arch=x64arch argument accepts any of arm, ia32, x64 or mips
Thanks for your post, saved me some time.
ReplyDelete