Since March or so i wasn't able to build the tools natively (it worked fine before).
Something changed in the meantime and now i hvae time again to check.
I get this in config.log which i suspect is the reason it breaks (i can't say for sure as the build process simply eats away my memory and ultimately freeze the system)
This is right at the top of config.log, but i can't find the file in question.g++ -Wl,--no-keep-memory -L/sdk/local/newlib/lib -gstabs ./residualvm-conf.cpp -o ./residualvm-conf -c
./residualvm-conf.cpp: In function 'int main()':
./residualvm-conf.cpp:3:2: error: 'syntax' was not declared in this scope
syntax error
^
return code: 1
I "believe" the compiler is sent into an endless loop trying to move on, but can't.
Any help greatly appreciated
- clean already done
- complete new pull already done