John Williams wrote:
To clarify this, I'm running as root, and I ran:Hi Dan, On Fri, Mar 13, 2009 at 9:31 AM, Dan Miller <dan@xxxxxxxxxx> wrote: # cd /home/petalinux-v.30-rc1 # sh ./settings.sh I checked to ensure that PETALINUX and PETALINUX_VER were defined, then proceeded: # cd software/petalinux-dist # make menuconfig (configured board as Xilinx ML506, left all other settings default) # make all Got one error in some file (no longer remember the name, it had undefined PATH_MAX, added #include <limits.h> and proceeded). //******************************* Also, on further research, I see that CONFIG_CONFIG is defined in the top-level makefile, as CONFIG_CONFIG = $(ROOTDIR)/config/.config And this file *does* exist... Has nobody else experienced this error?? I'm tempted to change ROOTDIR from ROOTDIR = $(shell pwd) to ROOTDIR=$PETALINUX I wonder if that would solve the problem? Or should I edit the u-boot makefile and explicitly define CONFIG_CONFIG? Dan ___________________________ 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/ |