Forums » Software Development »
Preloader & U-boot
Added by Brian Wentworth almost 7 years ago
Hello,
I am at step 15 of the Building u-Boot and Preloader section. Make produces the results in the image below. Am I missing something? Thanks for you help.
Replies (2)
RE: Preloader & U-boot - Added by Daniel Vincelette almost 7 years ago
Hello,
I believe the error about not being able to find the arm compiler is because the post installation script for the SoC EDS needs to be run. This script can be found in your Quartus directory under embedded/ds-5/run_post_install_for_ARM_DS-5_v5.23.1.sh
(Please note that the version at the end of the shell script might be different)
Dan
RE: Preloader & U-boot - Added by Brian Wentworth almost 7 years ago
Thank you for you help! The system compiled after adding i686 gcc too path. Have a great day and thanks for such a fast response.