Error compiling on Nintendo 3DS
Opened this issue · 0 comments
delta6862 commented
When attempting to compile this program on my nintendo 3DS I get the following error:
make[2]: Entering directory `/root/hydrachess/build'
make[3]: Entering directory `/root/hydrachess/build'
rm -f stage_current
make[3]: Leaving directory `/root/hydrachess/build'
Comparing stages 2 and 3
warning: ./cc1-checksum.o differs
warning: ./cc1plus-checksum.o differs
Bootstrap comparison failure!
./gcc.o differs
./varasm.o differs
./except.o differs
./i386.o differs
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/root/hydrachess/build'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/root/hydrachess/build'
make: *** [all] Error 2
I tried recompiling the libraries and verified thats not the issue. Any thoughts?