Vsdk1.3 demo compiler configuration problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vsdk1.3 demo compiler configuration problem

715 Views
435761040
Contributor II

I get error when compiling demo isp10635quad with VSDK1.3
I refer to the following link

HOWTO: Create A New Makefile Project With Existing Code From NXP Vision SDK Example Project 

Replaced

Gcc-6.3.1-linaro-Earmv7-eabi
Gcc-6.3.1-linaro-Earmv8-eabi
Gcc-6.3.1-linaro-Xarmv8-linux


Still not working
Is there any other detailed configuration?
Error is as follows

Creating kmem.elf
ld -T ../../../../../build/nbuild/isp_tools/M0_data.ld --accept-unknown-input-arch \
ipus.elf -o kmem.elf || { exit 1; }
/bin/bash: ld: command not found
make[2]: Leaving directory '/e/NXP/VSDK1.3B/s32v234_sdk/isp/graphs/ov10635_surround/dynamic_ov10635_surround/build-v234ce-gnu-linux-d'
make[2]: *** No rule to make target 'kmem.elf', needed by 'all'. Stop.
make[1]: *** [../../../../../build/nbuild/sub.mk:74: allsub] Terminated
make[1]: Leaving directory '/e/NXP/VSDK1.3B/s32v234_sdk/isp/graphs/ov10635_surround/dynamic_ov10635_surround/build-v234ce-gnu-linux-d'
make: *** [../../../../build/nbuild/sub.mk:74: allsub] Terminated

Tags (3)
0 Kudos
1 Reply

511 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

looks like that you don't have gnu linker in path or is missing at all. 

Jiri