Author: Miro Kropacek (gw-ba4-4.mcrn.sk)
Date: 08-15-2008 10:59
These bus errors may have also another causes -- the most obvious is low stack size (use something like stack --fix=512k for gcc/cc1 etc binaries -- look for example stack sizes in gcc2's binaries), or low TPA in freemint (it can be set in mint.cnf file) or unreliable memory (yes, freemint is much more sensitive for memory defects than TOS)
Good test case is to use this gcc4 compilation in aranym -- here you can eliminate the possibility of bad hardware and focus on other causes.
For example, if you would read the mintlist in that time, you would see how hard it was to compile the first gcc/g++4 binary, just because of mentioned errors.
|