Hi,
this is the sequence of instruction, executed on a fresh installation of Ubuntu 20.04.3 LTS (Focal Fossa):
- . /home/dferra/.nix-profile/etc/profile.d/nix.sh
- nix-shell
- cp CONFIG CONFIG.mine (in CONFIG.mine commented OSSL and set ROOT = ..)
- make progs
-
cp Auto-Test-Data/Cert-Store/* Cert-Store/
-
cp Auto-Test-Data/1/* Data/
- ./compile.sh Programs/tutorial/
- ./Player.x 0 Programs/tutorial
+ '[' '' == 1 ']'
+ ./PlayerBinary.x 0 Programs/tutorial
./Player.x: line 10: 104926 Illegal instruction (core dumped) ./PlayerBinary.x "$@"
The same thing happens if I run PlayerBinary.x, or even SetupBinary.x.
Illegal instruction (core dumped)
I am starting to think that it is some strange incompatibility with either my hardware or OS.