- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Community,
I am new to the intel FPGA EDS. I am trying to compile the board test program provided with the terasic board DE10nano. While doing so I am able to compile the .aocx but while compiling the host program using make the utility(with vendor supplied Makefile) I am getting error arm-linux-gnueabihf-g++: Command not found.
Here are more details to the problem :
export ROOT=/home/gurmeet
export QUARTUS_ROOTDIR=$ROOT/intelFPGA/18.1/quartus
export INTELFPGAOCLSDKROOT=$ROOT/intelFPGA/18.1/hld
export PATH=$PATH:$QUARTUS_ROOTDIR/bin
export PATH=$PATH:$ROOT/intelFPGA/18.1/embedded/ds-5/bin
export PATH=$PATH:$ROOT/intelFPGA/18.1/embedded/ds-5/sw/gcc/bin
export PATH=$PATH:$INTELFPGAOCLSDKROOT/bin
export AOCL_BOARD_PACKAGE_ROOT=$INTELFPGAOCLSDKROOT/board/terasic/de10_nano
export PATH=$PATH:$INTELFPGAOCLSDKROOT/host/arm32/bin
export LD_LIBRARY_PATH=$PATH:$INTELFPGAOCLSDKROOT/host/arm32/lib
export QUARTUS_64BIT=1
Output of ./source embedded_command_shell.sh command:
------------------------------------------------
Intel FPGA Embedded Command Shell
Version 18.1 [Build 625]
------------------------------------------------
Output of make command:
make: arm-linux-gnueabihf-g++: Command not found
make: *** [Makefile:36: all] Error 127
Output of arm-linux-gnueabihf-g++ command (but the file exists at the mentioned path):
bash: /home/gurmeet/intelFPGA/18.1/embedded/ds-5/sw/gcc/bin/arm-linux-gnueabihf-g++: No such file or directory
Please suggest the solution to the problem.
Regards,
Gurmeet
- Tags:
- Intel® Cyclone®
Link Copied
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page