From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Thu, 20 Feb 2014 10:05:02 -0600 Subject: [U-Boot] u-boot(v2014.04-rc1) make tags reports find error Message-ID: <530627AE.1020204@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Doing a make tags after build for OMAP4_panda reports find error as follows: "find: `/omap4': No such file or directory" Full steps: u-boot$ git clean -fdx >/dev/null u-boot$ make -j6 CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm omap4_panda_config >/dev/null u-boot$ make -j6 CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm >/dev/null u-boot$ make -j6 CROSS_COMPILE=arm-linux-gnueabi- ARCH=arm tags ctags -w -o ctags `find -L /omap4 arch/arm/lib board/ common disk drivers drivers/dma drivers/gpio drivers/i2c drivers/input drivers/mmc drivers/mtd drivers/mtd/onenand drivers/mtd/spi drivers/net drivers/net/phy drivers/pci drivers/power drivers/power/battery drivers/power/fuel_gauge drivers/power/mfd drivers/power/pmic drivers/serial drivers/spi drivers/usb/eth drivers/usb/gadget drivers/usb/host drivers/usb/musb-new drivers/usb/musb drivers/usb/phy drivers/usb/ulpi fs lib lib/libfdt net test tools examples include \ -name '*.[chS]' -print` find: `/omap4': No such file or directory u-boot$ ls tags ls: cannot access tags: No such file or directory nmenon at kahuna:~/Src/opensource/u-boot$ ls ctags ctags u-boot$ ctags --version Exuberant Ctags 5.9~svn20110310, Copyright (C) 1996-2009 Darren Hiebert Compiled: Nov 9 2011, 17:42:21 Addresses: , http://ctags.sourceforge.net Optional compiled features: +wildcards, +regex -- Regards, Nishanth Menon