Hi,
I just changed to uClinux-20080305 (20070130 patched to 20080305) and
have a problem with my romfs.
I was using romfs as initramfs source in the kernel successfully with
20071107 with this line in the kernel config:
CONFIG_INITRAMFS_SOURCE="../romfs/"
Now I get a build error:
[EMAIL PROTECTED]:~/uclinux-application/test/uClinux-dist-20080305$ make
make -C tools/ucfront
make[1]: Entering directory
`/daten/daten/router/uclinux-application/test/uClinux-dist-20080305/tools/ucfront'
make[1]: Für das Ziel »all« ist nichts zu tun.
make[1]: Leaving directory
`/daten/daten/router/uclinux-application/test/uClinux-dist-20080305/tools/ucfront'
ln -sf
/daten/daten/router/uclinux-application/test/uClinux-dist-20080305/tools/ucfront/ucfront
tools/ucfront-gcc
ln -sf
/daten/daten/router/uclinux-application/test/uClinux-dist-20080305/tools/ucfront/ucfront
tools/ucfront-g++
ln -sf
/daten/daten/router/uclinux-application/test/uClinux-dist-20080305/tools/ucfront/ucfront-ld
tools/ucfront-ld
chmod +x tools/romfs-inst.sh tools/modules-alias.sh
. linux-2.6.x/.config; if [ "$CONFIG_INITRAMFS_SOURCE" != "" ]; then \
mkdir -p `dirname $CONFIG_INITRAMFS_SOURCE`; \
touch $CONFIG_INITRAMFS_SOURCE || exit 1; \
fi
touch: Setzen der Zeiten für »../romfs/«: Datei oder Verzeichnis nicht gefunden
make: *** [linux] Fehler 1
If I change the INITRAMFS_SOURCE to "./romfs", the script runs OK but
obviously kernel compile fails.
Regards,
Wolfgang
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev