I'm being greeted by a dialog box containing this error when I launch my recently-compiled Spring (Gentoo, Kernel 2.6.28 on AMD64, GCC 4.3.2, Spring 0.77b5)
Any ideas? Console log is empty and it doesn't even get to start its infolog.
Sync Error: invalid headingToVectorTable checksum
Moderator: Moderators
Re: Sync Error: invalid headingToVectorTable checksum
Your FPU is on very wrong settings; something must be interfering. That or you hit very bad luck somewhere.
Re: Sync Error: invalid headingToVectorTable checksum
try to compile spring with a different -march, i.e. scons configure arch=i686
Re: Sync Error: invalid headingToVectorTable checksum
Yup, that was indeed the problem. Spring does not seem to like -march=amdfam10 (K10 or AMD's Phenom series)jK wrote:try to compile spring with a different -march, i.e. scons configure arch=i686
Thanks for the help. Any way to fix the issue?
Re: Sync Error: invalid headingToVectorTable checksum
arch=i686 is the fix. there's no hope of getting sync if it fails at this stage.
-
- Spring Developer
- Posts: 1254
- Joined: 24 Jun 2007, 08:34
Re: Sync Error: invalid headingToVectorTable checksum
no fix because it won't compile, leave out the march insteadimbaczek wrote:arch=i686 is the fix. there's no hope of getting sync if it fails at this stage.
Re: Sync Error: invalid headingToVectorTable checksum
ah 64bits. didn't notice.