Attached to Project: CRUX-ARM
Opened by Victor Martinez - 2012-06-15
Last edited by Victor Martinez - 2012-06-15
Opened by Victor Martinez - 2012-06-15
Last edited by Victor Martinez - 2012-06-15
FS#32 - libgmp: upstream version error on build.
Current libgmp version 5.0.5 fails with assembler error.
The problem is located on upstream Pkgfile which forces the build for i686.
[...]
tmp-add_n.s: Assembler messages:
tmp-add_n.s:79: Error: bad instruction `xor %edx,%edx'
[...]
From the original Pkgfile, it specifies:
–build=i686-pc-linux-gnu
Solution:
- Use current build vars for both ABI's:
- hardfp: –build=arm-unknown-linux-gnueabihf
Closed by Victor Martinez
Friday, 15 June 2012, 18:22 GMT
Reason for closing: Fixed
Additional comments about closing:
Friday, 15 June 2012, 18:22 GMT
Reason for closing: Fixed
Additional comments about closing: