Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread TigerLiu
Hi, Sittig: Got it! Thanks! On Mon, Jul 15, 2013 at 15:33 +0200, Gerhard Sittig wrote: > > On Mon, Jul 15, 2013 at 19:26 +0800, tiger...@viatech.com.cn wrote: > > > > [ uboot.lst file, disassembler listing ] > > A quick search shows that there has not been such a feature in > U-Boot as far as g

Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread Gerhard Sittig
On Mon, Jul 15, 2013 at 15:33 +0200, Gerhard Sittig wrote: > > On Mon, Jul 15, 2013 at 19:26 +0800, tiger...@viatech.com.cn wrote: > > > > [ uboot.lst file, disassembler listing ] > > A quick search shows that there has not been such a feature in > U-Boot as far as git can see (that's back to No

Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread Gerhard Sittig
On Mon, Jul 15, 2013 at 19:26 +0800, tiger...@viatech.com.cn 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

Re: [U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread Albert ARIBAUD
Hi tiger...@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) ${OBJCFL

[U-Boot] [U-boot] uboot.lst file question

2013-07-15 Thread TigerLiu
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 --fu