SDK: V1.9
linux source : linux-fslc-5.4-x-fslc
Error:
root@ve:/home/nxp/SDK/linux-fslc-5.4.x-fslc# make -j4
CALL scripts/atomic/check-atomics.sh
CALL scripts/checksyscalls.sh
VDSO32L arch/powerpc/kernel/vdso32/vdso32.so.dbg
collect2: fatal error: cannot find 'ld'
compilation terminated.
make[4]: *** [arch/powerpc/kernel/vdso32/vdso32.so.dbg] Error 1
make[3]: *** [arch/powerpc/kernel/vdso32] Error 2
make[2]: *** [arch/powerpc/kernel] Error 2
make[2]: *** Waiting for unfinished jobs....
CHK include/generated/compile.h
make[1]: *** [arch/powerpc] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [sub-make] Error 2
Solved! Go to Solution.
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
it looks that there is missing GNU linker (or path to it) on your system. I'm not familiar with this SW, did you follow build instructions (hope that there is such info as a part of package)?
BR,
Jiri
 
					
				
		
 jiri_kral
		
			jiri_kral
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
it looks that there is missing GNU linker (or path to it) on your system. I'm not familiar with this SW, did you follow build instructions (hope that there is such info as a part of package)?
BR,
Jiri
Thanks,
my environment can compile uBoot, but it can't compile Linux.
