Hi,
I am getting below error with foundation model 10.2.20. With foundation model 9.2.28 everything works fine.
With 10.2
./Foundation_Platform --image ../../examples/hello.axf terminal_0: Listening for serial connection on port 5000terminal_1: Listening for serial connection on port 5001terminal_2: Listening for serial connection on port 5002terminal_3: Listening for serial connection on port 5003Illegal instruction (core dumped)
With 9.2
./Foundation_Platform --image ../../examples/hello.axf terminal_0: Listening for serial connection on port 5000terminal_1: Listening for serial connection on port 5001terminal_2: Listening for serial connection on port 5002terminal_3: Listening for serial connection on port 5003Simulation is startedHello, 64-bit world!
I am using ubuntu 16.04.