Hi, when I try install a project this message is shown in the console:
make -k install
TFTP directory not found, U-Boot image not installed.
arm-linux-strip hello_world
install -D -m 0755 hello_world /home/autotrionic/workspace/app1_co/build/rootfs/usr/bin/hello_world
arm-linux-strip idigibuttonled
install -D -m 0755 idigibuttonled /home/autotrionic/workspace/app1_co/build/rootfs/usr/bin/idigibuttonled
mkdir -p /home/autotrionic/workspace/app1_co/build/rootfs/etc
rm -f /home/autotrionic/workspace/app1_co/build/rootfs/etc/idigi.conf &&
install -m 0644 /usr/local/DigiEL-5.9/rootfs/idigi/etc/idigi.conf /home/autotrionic/workspace/app1_co/build/rootfs/etc/
install -D -m 0755 tetrix /home/autotrionic/workspace/app1_co/build/rootfs/usr/bin/qt-embedded/tetrix
— Install apps finished —
MKIMAGE /home/autotrionic/workspace/app1_co/images/rootfs-ccwmx53js-128.jffs2
MKIMAGE /home/autotrionic/workspace/app1_co/images/rootfs-ccwmx53js-512.jffs2
TFTP directory not found, rootfs image not installed.
NFS directory not found, nfs-rootfs not installed.
— Install rootfs finished —
±-------------------------------+
| Install project finished |
±-------------------------------+
What’s happening here? How can I solved it?