FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5922 Discussions

Arria10 Sample Code Build Issue

Arathi
Beginner
198 Views

I have installed development package for Arria 10 following below link

 

https://www.rocketboards.org/foswiki/Documentation/SoCEDS?erpm_id=6746821_ts1670217296221&_ts1631465644553&erpm_id=2892026_ts1631465644553&elq_cid=3542160_ts1670217296221

 

 installation was successful, But when i try to build sample code i am getting build errors, not able to get details on the error to address it. attached is error details for reference. Please let me know how to get build working?

 

make[1]: Nothing to be done for 'copy_hwlib'.
make[1]: 'objs_GNU_ARRIA10' is up to date.
make[1]: Leaving directory 'C:/Users/212615903/Development Studio Workspace/Altera-SoCFPGA-HardwareLib-Timer-A10-GNU'
make[1]: Entering directory 'C:/Users/212615903/Development Studio Workspace/Altera-SoCFPGA-HardwareLib-Timer-A10-GNU'
arm-eabi-gcc -g -O0 -Wall -mcpu=cortex-a9 -mfloat-abi=softfp -mfpu=neon -Ilib -Ihwlib/include -Ihwlib/include/soc_a10 -Ihwlib/include/soc_a10/socal -Ihwlib/include/safeclib -IC:/intelFPGA/20.1/embedded/host_tools/linaro/newlib/usr/local/arm-eabi/include -Dsoc_a10 -DPRINTF_HOST -DARRIA10 -fdata-sections -ffunction-sections -c hwlib/src/hwmgr/soc_a10/alt_bridge_manager.c -o objs_GNU_ARRIA10/alt_bridge_manager.o
make[1]: Leaving directory 'C:/Users/212615903/Development Studio Workspace/Altera-SoCFPGA-HardwareLib-Timer-A10-GNU'
process_begin: CreateProcess(NULL, arm-eabi-gcc -g -O0 -Wall -mcpu=cortex-a9 -mfloat-abi=softfp -mfpu=neon -Ilib -Ihwlib/include -Ihwlib/include/soc_a10 -Ihwlib/include/soc_a10/socal -Ihwlib/include/safeclib -IC:/intelFPGA/20.1/embedded/host_tools/linaro/newlib/usr/local/arm-eabi/include -Dsoc_a10 -DPRINTF_HOST -DARRIA10 -fdata-sections -ffunction-sections -c hwlib/src/hwmgr/soc_a10/alt_bridge_manager.c -o objs_GNU_ARRIA10/alt_bridge_manager.o, ...) failed.
make (e=2): The system cannot find the file specified.

make[1]: *** [Makefile.inc:159: objs_GNU_ARRIA10/alt_bridge_manager.o] Error 2
make: *** [Makefile.inc:135: all] Error 2
"make COMPILER=GNU ALT_DEVICE=ARRIA10 all" terminated with exit code 2. Build might be incomplete.

0 Kudos
0 Replies
Reply