You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@00b83d36f93a hello]# make run
gapy --target=pulp --platform=gvsoc --work-dir=/pulp/examples/v2/quick/hello/BUILD/PULP/GCC_RISCV/ --config-opt=cluster/nb_pe=8 run --exec-prepare --exec --binary=/pulp/examples/v2/quick/hello/BUILD/PULP/GCC_RISCV//test/test
Magick: abort due to signal 11 (SIGSEGV) "Segmentation Fault"...
make: *** [run] Aborted
I get the same issue when running any test from the tests directory inside pulp-sdk.
To reproduce, build the Dockerfile:
No I haven't found a solution to this problem in centos/redhat 7.9 yet.
It works fine in an ubuntu 18.04 docker container, but I couldn't dive into differences between these platforms/distros to locate the issue yet.
When I run the Hello World example from https://github.com/GreenWaves-Technologies/pmsis_tests/tree/master/quick/hello on the virtual platform in Centos 7.9, I get a segmentation fault.
I'm using the latest commit of version 2 of the SDK: 877b0a2
I get the same issue when running any test from the tests directory inside pulp-sdk.
To reproduce, build the
Dockerfile
:Put this file as a file named
Dockerfile
in a directory and open a terminal in that folder.The text was updated successfully, but these errors were encountered: