Hi,
I am trying to build the uImage for Blackfin BF609 (I am working on the BF609 EZ-Kit). I follow the steps as given in https://blackfin.uclinux.org/doku.php?id=buildroot:build-system:build_a_target.
I have the toolchain and the buildroot distribution downloaded from the sourceforge site (the latest verisons). After installing these, I follow the steps in the link above. When I do a make inside the buildroot folder, I hit an issue and the uImage is not generated. The following is the message from the console. Could you please shed some light into what might be causing the issue. (I have only copied the last part of the message on console, as it was pretty long.) Please let me know if I need to provide any other detail.
Thanks,
Vineetha
make[2]: Leaving directory `/home/vthomas/blackfin-buildroot/output/build/host-fakeroot-1.18.2'
make[1]: Leaving directory `/home/vthomas/blackfin-buildroot/output/build/host-fakeroot-1.18.2'
>>> host-makedevs undefined Extracting
>>> host-makedevs undefined Patching package//makedevs
before patching /home/vthomas/blackfin-buildroot/output/build/host-makedevs-undefined /home/vthomas/blackfin-buildroot/output/build/host-makedevs-undefined
before patching /home/vthomas/blackfin-buildroot/output/build/host-makedevs-undefined /home/vthomas/blackfin-buildroot/output/build/host-makedevs-undefined
>>> host-makedevs undefined Configuring
>>> host-makedevs undefined Building
/usr/bin/gcc -O2 -I/home/vthomas/blackfin-buildroot/output/host/usr/include -L/home/vthomas/blackfin-buildroot/output/host/lib -L/home/vthomas/blackfin-buildroot/output/host/usr/lib -Wl,-rpath,/home/vthomas/blackfin-buildroot/output/host/usr/lib package/makedevs/makedevs.c -o /home/vthomas/blackfin-buildroot/output/build/host-makedevs-undefined/makedevs
>>> host-makedevs undefined Installing to host directory
install -D -m 755 /home/vthomas/blackfin-buildroot/output/build/host-makedevs-undefined/makedevs /home/vthomas/blackfin-buildroot/output/host/usr/bin/makedevs
>>> Generating root filesystem image rootfs.tar
rm -f /home/vthomas/blackfin-buildroot/output/build/_fakeroot.fs
rm -f /home/vthomas/blackfin-buildroot/output/target/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM
echo "chown -R 0:0 /home/vthomas/blackfin-buildroot/output/target" >> /home/vthomas/blackfin-buildroot/output/build/_fakeroot.fs
cat system/device_table.txt system/device_table_dev.txt > /home/vthomas/blackfin-buildroot/output/build/_device_table.txt
printf '\n' >> /home/vthomas/blackfin-buildroot/output/build/_device_table.txt
printf '/bin/busybox f 4755 0 0 - - - - -\n/usr/share/udhcpc/default.script f 755 0 0 - - - - -\n' >> /home/vthomas/blackfin-buildroot/output/build/_device_table.txt
echo "/home/vthomas/blackfin-buildroot/output/host/usr/bin/makedevs -d /home/vthomas/blackfin-buildroot/output/build/_device_table.txt /home/vthomas/blackfin-buildroot/output/target" >> /home/vthomas/blackfin-buildroot/output/build/_fakeroot.fs
printf '\n' > /home/vthomas/blackfin-buildroot/output/build/_users_table.txt
/home/vthomas/blackfin-buildroot/support/scripts/mkusers /home/vthomas/blackfin-buildroot/output/build/_users_table.txt /home/vthomas/blackfin-buildroot/output/target >> /home/vthomas/blackfin-buildroot/output/build/_fakeroot.fs
echo " tar -c""f /home/vthomas/blackfin-buildroot/output/images/rootfs.tar -C /home/vthomas/blackfin-buildroot/output/target ." >> /home/vthomas/blackfin-buildroot/output/build/_fakeroot.fs
chmod a+x /home/vthomas/blackfin-buildroot/output/build/_fakeroot.fs
/home/vthomas/blackfin-buildroot/output/host/usr/bin/fakeroot -- /home/vthomas/blackfin-buildroot/output/build/_fakeroot.fs
rootdir=/home/vthomas/blackfin-buildroot/output/target
table='/home/vthomas/blackfin-buildroot/output/build/_device_table.txt'
cp support/misc/target-dir-warning.txt /home/vthomas/blackfin-buildroot/output/target/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM
vthomas@Ubuntu-d01:~/blackfin-buildroot$