From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Samuelsson Date: Thu, 05 Feb 2009 21:27:16 +0100 Subject: [Buildroot] BR-2009.02-rc3 Make Error (./makedepend: 1: Syntax error: Unterminated quoted string) In-Reply-To: <87d4dyck50.fsf@macbook.be.48ers.dk> References: <87d4dyck50.fsf@macbook.be.48ers.dk> Message-ID: <1233865636.4148.8.camel@elrond.atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net ons 2009-02-04 klockan 16:11 +0100 skrev Peter Korsgaard: > >>>>> "QuickX" == QuickX writes: > > Hi, > > QuickX> I'm trying to build the at91sam9261ek_defconfig build on a > QuickX> Kubuntu 8.10 machine. I issue the following commands and get > QuickX> the following error: > > QuickX> Note: I notice it seems to be at a perl type section. I do have perl > QuickX> v5.10.0 on the host machine, is there a package I'm missing? > > QuickX> $ tar xf buildroot-2009.02-rc3.tar.gz > QuickX> $ cd buildroot-2009.02-rc3 > QuickX> $ make menuconfig ((SAVE EXIT)) > QuickX> $ make at91sam9261ek_defconfig > QuickX> $ make > > .. > > QuickX> Extracting x2p/Makefile (with variable substitutions) > QuickX> /home/dustin//buildroot-2009.02-rc3/toolchain_build_arm/bin/sed -i -e > QuickX> 's/^.*.*//g' > QuickX> /home/dustin//buildroot-2009.02-rc3/build_arm/perl-5.8.8/x2p/makefile > QuickX> /home/dustin//buildroot-2009.02-rc3/toolchain_build_arm/bin/sed: can't read > QuickX> /home/dustin//buildroot-2009.02-rc3/build_arm/perl-5.8.8/x2p/makefile: No > > I just tried building it for i686 without problems - I'll try the > atmel config as well. > > I don't use perl, but it seems from the above like Ulf's r25032 might > have gotten the file case wrong - It talks about x2p/Makefile but is > then trying to sed x2p/makefile. Could you try changing the $(SED) > line in package/microperl/microperl.mk to use x2p/Makefile? > IIRC, there is both a makefile and a Makefile, and it should be applied to makefile. BR Ulf Samuelsson