
15 Jul
2013
15 Jul
'13
3:13 p.m.
Hi TigerLiu@viatech.com.cn,
On Mon, 15 Jul 2013 19:26:31 +0800, TigerLiu@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} -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.