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
asked 5 years ago199 views
3 Answers
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
answered 5 years ago
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

answered 5 years ago
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
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions