From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 15 Jul 2013 15:13:56 +0200 Subject: [U-Boot] [U-boot] uboot.lst file question In-Reply-To: References: Message-ID: <20130715151356.3df0c785@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi TigerLiu at viatech.com.cn, On Mon, 15 Jul 2013 19:26:31 +0800, wrote: > Hi, experts: > I found no *.lst file produced in root directory after compiling uboot > source code. > > In the Makefile in older version uboot souce code: > ...... > uboot.bin: uboot > $(OBJCOPY) ${OBJCFLAGS} -O binary $< $@ > $(OBJDUMP) -d -EL -h -M reg-names-raw --syms > --full-contents -marm $< > uboot.lst > ...... > > I think uboot.lst is very useful . Then you should submit a patch for this, I guess. Note however that the above implementation makes u-boot.lst a by-product of u-boot.bin; a cleaner approach would be to make u-boot.lst a Make target of it own -- which would admittedly depend on the 'u-boot' ELF file, like u-boot.bin does. > Best wishes, Amicalement, -- Albert.