1- - Ok so I just pointed to the binaries adding the ...gitclone_microblaze-gnu/microblaze-gnu/binaries/lin64-microblazeel-unknown-linux-gnu_14.3_early/bin to my path
- I included the
2- ran
export CROSS_COMPILE=microblazeel-unknown-linux-gnu
3- ran
make ARCH=microblaze adi_mb_defconfig
4- ran
"make ARCH=microblaze adi_mb_defconfig"
that was fine and then:
6- ran
"make ARCH=microblaze simpleImage.vc707_fmcomms2-3"
It appears to error out again at the below:
..........
.
.
CC | arch/microblaze/lib/memmove.o |
CC | arch/microblaze/lib/memset.o |
AS | arch/microblaze/lib/uaccess_old.o |
AR | arch/microblaze/lib/lib.a |
LINK | vmlinux |
LD | vmlinux.o |
MODPOST vmlinux.o
GEN | .version |
CHK | include/generated/compile.h |
UPD | include/generated/compile.h |
CC | init/version.o |
LD | init/built-in.o |
KSYM | .tmp_kallsyms1.o |
KSYM | .tmp_kallsyms2.o |
LD | vmlinux |
SORTEX vmlinux
SYSMAP System.map
CP | vmlinux arch/microblaze/boot/simpleImage.vc707_fmcomms2-3.unstrip |
OBJCOPY arch/microblaze/boot/simpleImage.vc707_fmcomms2-3
UIMAGE arch/microblaze/boot/simpleImage.vc707_fmcomms2-3
"mkimage" command not found - U-Boot images will not be built
make[1]: *** [arch/microblaze/boot/simpleImage.vc707_fmcomms2-3] Error 1
make: *** [simpleImage.vc707_fmcomms2-3] Error 2