Forum Discussion
CAlex
Contributor
3 years agoHWlib with linaro compiler issue
Hi,
I'm working on this example with cyclone V soc dev kit:
Hardware Library (HWLibs) | Documentation | RocketBoards.org
I did the exact the same steps with different location of setup.sh.
I'...
tehjingy_Altera
Regular Contributor
3 years agoHi Alex
Could you please run the "./generate_doxygen.sh" script, it should be located in the same path as the install script.
After that run the following command to explicitly set the gcc path.
export PATH=`pwd`/gcc/bin:$PATH
Regards
Jingyang, Teh
- CAlex3 years ago
Contributor
Thank you for your help,
It turns out run ./setup.sh will install i686(x86_32) linaro, I installed x86_64 arch tool chain and added the <path to toolchain/bin> to the PATH to solve this problem.
Also MSYS 1 can solve the problem as well.But MSYS2 can't if your computer is arch x86_64