Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exiting sds++ : Error when calling '/opt/Xilinx/SDx/2017.2/Vivado_HLS/bin/vivado_hls #9

Closed
Lishiqing opened this issue Oct 20, 2017 · 7 comments

Comments

@Lishiqing
Copy link

I have this problem when I run the make -j4 in the sd_soc_build folder.
The concrete error is like:
sdsoc_error
Is there someone who encountered this?
My system is Ubuntu 14.04, and the SDSoC is 2017.2

@rzhao01
Copy link
Contributor

rzhao01 commented Oct 25, 2017

We're trying to get SDSoC 2017.2 installed on our servers so we can look into this issue. Do you think this could be related to the tool? E.g. can you build the examples from Xilinx without any issue?

@Lishiqing
Copy link
Author

@rzhao01 Thank you for your responce! I think this is not related to the tool, but is related to the environment variable.Because I have encountered another problem.It's when I don't source the setting64.sh, I can compile the cpp step successfully.While I source setting64.sh, there will be an error cc1plus: error: unrecognized command line option ‘-std=gnu++11’.So am I wrong in the cpp compling step?

@rzhao01
Copy link
Contributor

rzhao01 commented Oct 26, 2017

The cc1plus error is your C++ compiler saying that it does not support the C++11 standard. You need a certain version of g++ (4.7 or later). I'm not certain, but maybe sourcing setting64.sh changes the g++ in your environment. Trying manually changing your g++ after you source it.

@Lishiqing
Copy link
Author

@rzhao01 OK! I will check it out

@Lishiqing
Copy link
Author

@rzhao01 I have changed my SDx to 2016.4 and run the command.Everything is OK.But I get this error:
tim 20171030171148.Is this a error about code?

@rzhao01
Copy link
Contributor

rzhao01 commented Oct 30, 2017

Is there more info on the error in sds_AccelTest.log?

@Lishiqing
Copy link
Author

@rzhao01 It seems to be a error about my clang compiler.Sorry for bothering you and thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants