|
Okay, I'm now seeing another error in the current petalinux
distribution: make[1]: Entering directory `/home/petalinux/PetaLogix/trunk/software/petalinux-dist/u-boot' make[2]: Entering directory `/home/petalinux/PetaLogix/trunk/software/petalinux-dist/u-boot/tools' ln -s ../common/environment.c environment.c ln -s ../lib_generic/crc32.c crc32.c gcc -M -Wall -pedantic -idirafter ../include -DTEXT_BASE=0x23fc0000 -DUSE_HOSTCC environment.c img2srec.c mkimage.c crc32.c envcrc.c gen_eth_addr.c bmp_logo.c > .depend In file included from ../include/config.h:2, from environment.c:28: ../include/configs/petalogix-microblaze-auto.h:100:3: error: #error UART not defined In file included from ../include/config.h:2, from envcrc.c:32: ../include/configs/petalogix-microblaze-auto.h:100:3: error: #error UART not defined make[2]: *** No rule to make target `.depend'. Stop. //**************************************************************** I *know* I've seen a recent discussion of this exact issue in this mailing list, but at least my preliminary searching hasn't located a place where I can download and grep through the list archives to look for UART discussions. Does such a reference exist anywhere?? Dan Miller ___________________________ microblaze-uclinux mailing list microblaze-uclinux@xxxxxxxxxxxxxx Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/ |