Post
Topic
Board Armory
Re: Offline bundle for newer Ubuntus?
by
goatpig
on 18/08/2015, 22:38:26 UTC
I'm thinking the CPU is old enough it could be missing some enhanced instruction sets. The easiest way to verify this would be to build from source straight on the faulty machine. If you dont want to build straight from your to be offline signer, build from source on your other machine in this fashion:

Code:
make DEBUG=1

The debug build should turn off all compiler and linker optimization, which may be just what you need to fix this.