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
已提問 5 年前檢視次數 207 次
3 個答案
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
已回答 5 年前
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

已回答 5 年前
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
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南