runtime error as of this morning

0

As of this morning I'm seeing a runtime error from xocc and vivado that I've never seen before. I created a fresh F1 instance and still see this running the helloworld_ocl example.

Is this a known issue?

/opt/Xilinx/SDx/2018.3.op2405991/bin/xocc -t sw_emu --platform /home/centos/src/project_data/aws-fpga/SDAccel/aws_platform/xilinx_aws-vu9p-f1-04261818_dynamic_5_0/xilinx_aws-vu9p-f1-04261818_dynamic_5_0.xpfm --save-temps -c -k vector_add -I'src' -o'xclbin/vector_add.sw_emu.xilinx_aws-vu9p-f1-04261818_dynamic_5_0.xo' 'src/vector_addition.cl'
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
/opt/Xilinx/SDx/2018.3.op2405991/bin/loader: line 213: 6550 Aborted "$RDI_PROG" "$@"
make: *** [xclbin/vector_add.sw_emu.xilinx_aws-vu9p-f1-04261818_dynamic_5_0.xo] Error 134

simonSN
gefragt vor 5 Jahren208 Aufrufe
3 Antworten
0

I found that if I launch vnc and run it in an X-windows environment then it seems to work.

Do I need to do anything special for a batch (plain ssh) environment?

Thanks

simonSN
beantwortet vor 5 Jahren
0

Hello,
I just tried this on a fresh instance (using ssh), and it works for me.
My Kernel version is:

> uname -r 
3.10.0-957.5.1.el7.x86_64

Please check you are using the same Kernel version.

There have been a couple of forum posts earlier with a similar error message :
https://forums.aws.amazon.com/thread.jspa?messageID=849944&#849944
https://forums.aws.amazon.com/thread.jspa?threadID=297517

-Thanks

beantwortet vor 5 Jahren
0

Looks like it: 3.10.0-957.5.1.el7.x86_64

I seem to have found a workaround to the issue on google:

export LC_ALL=C; unset LANGUAGE

simonSN
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen