Closed GoogleCodeExporter closed 9 years ago
I get this error when I try to use a 32-bit build of the tool. The problem
seems to be missing Large File Support which prevents it from seeking past
0x7fffffff.
Adding LFS CFLAGS in the Makefile like this seems to fix the problem:
PROJ_CXXFLAGS=-O2 $(CXXFLAGS) $(shell getconf LFS_CFLAGS)
Original comment by lichv...@gmail.com
on 16 Jun 2012 at 12:08
Hello lichvarm, I implemented the compiler flag you suggested and uploaded the
code in main trunk.
I'll ask some people if they get the problem solved and as soon as possibile
I'll repackage the whole thing for a new version.
Original comment by paolo.sa...@gmail.com
on 16 Jun 2012 at 1:21
Other users were identifying the same issue;
I am not certain if this is useful, for the Interlagos branch, I was required
to change any reference to "getBits" with "getBitsLow" (and "getBitsHigh" if
the upper bits were required)
If the original user is able to contact me, I can update the Brazos code for
them to test prior to committing it.
Original comment by gj_b...@yahoo.ca
on 4 Jul 2012 at 7:37
Mmmh, I don't see the point to change getBits to getBitsLow/High. GetBits is
supposed to retrieve the whole 64 bit MSR back, getBitsLow/High instead will
return just the lower part (32 bit EAX register) and higher part (32 bit EDX
register).
Can you be more detailed about the request you received? It doesn't look to
deal with the problem described in this issue too, and it should be solved
itself with the patch to the makefile described in comment #1
Original comment by paolo.sa...@gmail.com
on 4 Jul 2012 at 10:05
The LFS looks like it may solve the issue, apologies for the confusion.
The user was running a 32 bit OS, which had an issue returning the 64 bit MSR
correctly. It may have been caused by the missing Large File Support, I
wouldn't have related the return of the MSR with Large File Support.
Disregard the workaround.
Original comment by gj_b...@yahoo.ca
on 8 Jul 2012 at 12:32
Hi,
the updated makefile fixed the problem for me.
Thanks a lot!
Original comment by steve...@gmx.net
on 19 Oct 2012 at 4:38
[doing some housekeeping here -- fixed and verified]
Original comment by kszy...@gmail.com
on 10 Dec 2012 at 8:39
Original issue reported on code.google.com by
paolo.sa...@gmail.com
on 20 Mar 2012 at 4:12