Goed vergeet dat nvdia probleem dan ff 
Bij het compilen van een bepaald programmazie ik rare code op mijn scherm verdwijnen.
/bin/sh: -c: line 1: syntax error near unexpected token `3.1)'
/bin/sh: -c: line 1: `if [ -z ]; then if [ 3.1) != 3.1 ]; then echo "
"; echo "You appear to be compiling the NVdriver kernel module with ";
echo "a compiler different from the one that was used to compile "; echo
"the running kernel. This may be perfectly fine, but there "; echo "are
cases where this can lead to unexpected behaviour and "; echo "system
crashes. "; echo "
"; echo "If you know what you are doing and want to override this ";
echo "check, you can do so by setting IGNORE_CC_MISMATCH. "; echo "
"; echo "In any other case, set the CC environment variable to the ";
echo "name of the compiler that was used to compile the kernel. "; echo "
"; echo -en "\033[1;31m"; echo -e "*** Failed cc sanity check. Bailing
out! ***"; echo -en "\033[0m"; exit 1; fi fi'
make: *** [gcc-check] Error 2
Waar het me ook omgaat is dat de ouput naar het scherm niet is zoals het hoort te zijn
terwijl dat gewoon een stukje leesbare tekst hoort te zijn
Iemand enig idee hoe dat komt?
Bij het compilen van een bepaald programmazie ik rare code op mijn scherm verdwijnen.
/bin/sh: -c: line 1: syntax error near unexpected token `3.1)'
/bin/sh: -c: line 1: `if [ -z ]; then if [ 3.1) != 3.1 ]; then echo "
"; echo "You appear to be compiling the NVdriver kernel module with ";
echo "a compiler different from the one that was used to compile "; echo
"the running kernel. This may be perfectly fine, but there "; echo "are
cases where this can lead to unexpected behaviour and "; echo "system
crashes. "; echo "
"; echo "If you know what you are doing and want to override this ";
echo "check, you can do so by setting IGNORE_CC_MISMATCH. "; echo "
"; echo "In any other case, set the CC environment variable to the ";
echo "name of the compiler that was used to compile the kernel. "; echo "
"; echo -en "\033[1;31m"; echo -e "*** Failed cc sanity check. Bailing
out! ***"; echo -en "\033[0m"; exit 1; fi fi'
make: *** [gcc-check] Error 2
Waar het me ook omgaat is dat de ouput naar het scherm niet is zoals het hoort te zijn
code:
1
2
3
| /bin/sh: -c: line 1: syntax error near unexpected token `3.1)' /bin/sh: -c: line 1: `if [ -z ]; then if [ 3.1) != 3.1 ]; then echo " "; echo " blablabla |
terwijl dat gewoon een stukje leesbare tekst hoort te zijn
Iemand enig idee hoe dat komt?