2009-04-07 15:56:44 make romfs error
Jan Pohanka (CZECH REPUBLIC)
Message: 72354
I can't get rid of the following error
make[2]: Entering directory `/home/honza/devel/blackfin/uclinux-dist/vendors/CTU-FEE/BF532-VISOR1'
mkdir -p /home/honza/devel/blackfin/uclinux-dist/romfs
cd /home/honza/devel/blackfin/uclinux-dist/romfs && mkdir -p bin etc etc/dhcpc home lib mnt proc sys usr var root home tmp etc/config var/run var/lib/misc home/httpd home/httpd/cgi-bin etc/boa var/log/boa
chmod 1777 /home/honza/devel/blackfin/uclinux-dist/romfs/tmp
romfs-inst.sh -s bin /sbin
romfs-inst.sh /etc/inittab
set -e ; \
for f in filesystems group issue mdev.conf mime.types modprobe.conf motd passwd rc TZ tux-bf.gif hosts host.conf protocols services inetd.conf boa.conf ; do \
romfs-inst.sh ../common/$f /etc/$f ; \
done ; \
for f in boa.conf index.html tux-bf.gif tux-wink.gif tuxsit_small.gif favicon.ico ; do \
romfs-inst.sh ../common/$f /home/httpd/$f ; \
done
cp: nelze získat informace o „../common/filesystems“: není souborem ani adresářem
make[2]: *** [romfs] Error 1
make[2]: Leaving directory `/home/honza/devel/blackfin/uclinux-dist/vendors/CTU-FEE/BF532-VISOR1'
make[1]: *** [romfs] Error 2
make[1]: Leaving directory `/home/honza/devel/blackfin/uclinux-dist/vendors'
make: *** [romfs.subdirs] Error 1
honza@jules:~/devel/blackfin/uclinux-dist
Could you pleas give me a hint?
QuoteReplyEditDelete
2009-04-07 16:03:06 Re: make romfs error
Mike Frysinger (UNITED STATES)
Message: 72355
if you're going to copy analog devices Makefiles, you need to copy any files it references, or change the Makefile according to your needs.
QuoteReplyEditDelete
2009-04-07 16:10:46 Re: make romfs error
Jan Pohanka (CZECH REPUBLIC)
Message: 72358
Thank you again.
Greetings Jan.