From mboxrd@z Thu Jan 1 00:00:00 1970 From: mike Date: Thu, 30 Dec 2004 10:32:30 +0800 Subject: [U-Boot-Users] About CVS cross compile Message-ID: <41D368BE.2090103@avantwave.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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