Intel® SoC FPGA Embedded Development Suite
Support for SoC FPGA Software Development, SoC FPGA HPS Architecture, HPS SoC Boot and Configuration, Operating Systems
444 Discussions

Installing Linaro Bare Metal Toolchain under Windows

Stanley_Sun
Beginner
1,236 Views

I deployed the FPGA test environment on Windows10 based on the Intel SoC FPGA Embedded Development Suite (SoC EDS) User Guide,.However, I encountered a problem when installing Linaro Bare Metal Toolchain. I executed the install_linaro.sh script but it failed. The following compile error has occurred.1627292564(1).pngAny feedback or suggestions are welcome.

0 Kudos
4 Replies
EricMunYew_C_Intel
Moderator
1,208 Views

May I know which Quartus version you are using?


0 Kudos
EricMunYew_C_Intel
Moderator
1,207 Views

Have you disabled your Firewall?


0 Kudos
EricMunYew_C_Intel
Moderator
1,201 Views
0 Kudos
Campbell
Beginner
1,171 Views

Hello,

 

I faced a similar error while trying to install Linaro on Windows.  You could try the fix given here: https://github.com/altera-opensource/intel-socfpga-hwlib/issues/1

Just remember to delete any files that were installed by the script before trying again (i.e. everything except install_linaro.sh if I remember correctly).  You can change the line endings by running "$ git config --global core.autocrlf input" in the Msys terminal
https://stackoverflow.com/questions/10418975/how-to-change-line-ending-settings

0 Kudos
Reply