pulp-platform / hero-sdk

⛔ DEPRECATED ⛔ HERO Software Development Kit
https://www.pulp-platform.org/hero
Apache License 2.0
20 stars 6 forks source link

Vivado's version of cmake causes build failure. #40

Closed DaveMcEwan closed 5 years ago

DaveMcEwan commented 5 years ago

Can the build instructions in the README please note that sourcing vivado's settings64.sh in ~/.bashrc or ~/.bash_profile will cause the build to fail at pulp-sdk. Vivado's version of cmake will be found on $PATH first which is too old and causes breakage without a helpful error message.

I asked about this here: https://pulp-platform.org/community/showthread.php?tid=46

I'd suggest some simple text like this in the section "Build the HERO SDK from the sources": "Make sure your bash setup does not source Vivado's settings64.sh as this will prevent the build succeeding."

alessandrocapotondi commented 5 years ago

Dear @DaveMcEwan, thanks for your report. I will added the error to the https://github.com/pulp-platform/hero-sdk/blob/master/FAQ.md and I created a PR that will be integrated soon.

Thanks, Alessandro