Here\'s a weird one. If I untar a project with source on the main memory (say /home/root/src) and do a \'make\' in that directory I get tons of errors during compilation:
imageBuilder.c:2113: error: stray \'360\' in program
imageBuilder.c:2113: error: stray \'30\' in program
imageBuilder.c:2113: error: syntax error at \'@\' token
imageBuilder.c:2113: error: stray \'346\' in program
imageBuilder.c:2113: error: stray \'23\' in program
What\'s weird is imageBuilder.c is only 1800 lines long. If I do exactly the same, except first untar to the SD card (/mnt/card/src) then do a make everything compiles fine. Strange...Anyone seen anything like this?
Chris.