[U-Boot-Users] About CVS cross compile

Dear All I don't know i found a mistake or not. After i update the CVS u-boot , I cross-compile it to arm platform, It comes out error below.
make -C `dirname fs/ext2/libext2fs.a` make: *** fs/ext2: No such file or directory. Stop. make: *** [fs/ext2/libext2fs.a] Error 2
I have check the folders , there is no fs/ext2/ inside the cvs tree. After i comment that in Makefile, it successful to compile.
best regard Mike,Lee

In message 41D368BE.2090103@avantwave.com you wrote:
I don't know i found a mistake or not. After i update the CVS u-boot
, I cross-compile it to arm platform, It comes out error below.
make -C `dirname fs/ext2/libext2fs.a` make: *** fs/ext2: No such file or directory. Stop. make: *** [fs/ext2/libext2fs.a] Error 2
I have check the folders , there is no fs/ext2/ inside the cvs tree.
Yes, there was a mistake - on your side. You forgot to use the "-d" option when running "cvs update".
Best regards,
Wolfgang Denk
participants (2)
-
mike
-
Wolfgang Denk