From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from plexus-g.actel.com ([12.177.68.99]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QUACW-0004se-1o for barebox@lists.infradead.org; Wed, 08 Jun 2011 04:17:07 +0000 Received: from sv-msg-02.amer.actel.com (sv-msg-02.amer.actel.com [190.9.12.11]) by plexus-g.actel.com (8.13.7+Sun/8.13.8) with ESMTP id p584H1Mh018192 for ; Tue, 7 Jun 2011 21:17:01 -0700 (PDT) (envelope-from Ramana.Murthy@microsemi.com) From: "Murthy, Ramana" Date: Wed, 8 Jun 2011 09:46:56 +0530 Message-ID: <6F2524F76379064FB8CB9CEE698D56DA8D40E67E80@IN-MSG-01.amer.actel.com> Content-Language: en-US MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0574218084==" Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: RE: sandbox build failing on redhat host To: "barebox@lists.infradead.org" --===============0574218084== Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_6F2524F76379064FB8CB9CEE698D56DA8D40E67E80INMSG01amerac_" --_000_6F2524F76379064FB8CB9CEE698D56DA8D40E67E80INMSG01amerac_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi All, Can somebody please help me on this. I know sandbox is not priority. But th= is helps me to progress to create a new port. Best Regards, N.S.S.R.Murthy, Ph # +91-40-67303600, Extn - 3731, Mobile # +91-9959677780. From: Murthy, Ramana Sent: Monday, June 06, 2011 3:48 PM To: 'barebox@lists.infradead.org' Subject: sandbox build failing on redhat host Hi All, I am trying to build barebox with ARCH =3D sandbox. My make menuconfig is s= uccessful. But the actual build is throwing below errors. As I understand, the errors = are because offt_build.c that includes . But in case of ARCH= =3Dsandbox,the arch/sandbox/inlcude/asm/barebox.h contains nothing. Is itsu= pposed to compile ft_build.c in case of sandbox? CHK include/generated/version.h CHK include/generated/utsrelease.h SYMLINK include/config.h -> arch/sandbox/board//config.h CC scripts/mod/empty.o HOSTCC scripts/mod/mk_elfconfig MKELF scripts/mod/elfconfig.h HOSTCC scripts/mod/modpost.o HOSTCC scripts/mod/sumversion.o HOSTLD scripts/mod/modpost HOSTCC scripts/bin2c HOSTCC scripts/mkimage HOSTCC scripts/bareboxenv CC common/hush.o CC common/date.o CC common/ft_build.o In file included from common/ft_build.c:33: include/ft_build.h:59: error: syntax error before "bd_t" include/ft_build.h:59: warning: function declaration isn't a prototype include/ft_build.h:65: error: syntax error before "bd_t" include/ft_build.h:65: warning: function declaration isn't a prototype include/ft_build.h:66: error: syntax error before "bd_t" include/ft_build.h:66: warning: function declaration isn't a prototype include/ft_build.h:67: error: syntax error before "bd_t" include/ft_build.h:67: warning: function declaration isn't a prototype common/ft_build.c:458: error: syntax error before "bd_t" common/ft_build.c:459: warning: function declaration isn't a prototype common/ft_build.c: In function `ft_setup': common/ft_build.c:477: error: `blob' undeclared (first use in this function= ) common/ft_build.c:477: error: (Each undeclared identifier is reported only = once common/ft_build.c:477: error: for each function it appears in.) common/ft_build.c:477: error: `bd' undeclared (first use in this function) common/ft_build.c:488: error: `initrd_start' undeclared (first use in this function) common/ft_build.c:488: error: `initrd_end' undeclared (first use in this function) common/ft_build.c:460: warning: unused variable `p' common/ft_build.c:461: warning: unused variable `len' common/ft_build.c:463: warning: unused variable `clock' make[1]: *** [common/ft_build.o] Error 1 make: *** [common] Error 2 Best Regards, N.S.S.R.Murthy, Ph # +91-40-67303600, Extn - 3731, Mobile # +91-9959677780. ________________________________ The information contained in or attached to this email may be subject to th= e Export Administration Regulations (EAR), administered by the U.S. Departm= ent of Commerce, or the International Traffic in Arms Regulations (ITAR), a= dministered by the U.S. Department of State, and may require an export lice= nse from the Commerce or State Department prior to its export. An export ca= n include a release or disclosure to a foreign national inside or outside t= he United States. Include this notice with any reproduced portion of this i= nformation. --_000_6F2524F76379064FB8CB9CEE698D56DA8D40E67E80INMSG01amerac_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi All,

 

Can somebody please help me= on this. I know sandbox is not priority. But this helps me to progress to = create a new port.

 

Best Regards,

N.S.S.R.Murthy,

Ph # +91-40-67303600, Extn – 3731,

Mobile # +91-9959677780.

 

From: Murthy, = Ramana
Sent: Monday, June 06, 2011 3:48 PM
To: 'barebox@lists.infradead.org'
Subject: sandbox build failing on redhat host

 

Hi All,

 

I am trying to build barebox with ARCH = =3D sandbox. My make menuconfig is successful.

But the actual build is throwing below er= rors. As I understand, the errors are because offt_build.c that includes &l= t;asm/barebox.h>. But in case of ARCH=3Dsandbox,the arch/sandbox/inlcude= /asm/barebox.h contains nothing. Is itsupposed to compile ft_build.c in case of sandbox?<= /span>

 CHK     include/generated/version.h
 CHK     include/generated/utsrelease.h
 SYMLINK include/config.h -> arch/sandbox/board//config.h
 CC      scripts/mod/empty.o
 HOSTCC  scripts/mod/mk_elfconfig
 MKELF   scripts/mod/elfconfig.h
 HOSTCC  scripts/mod/modpost.o
 HOSTCC  scripts/mod/sumversion.o
 HOSTLD  scripts/mod/modpost
 HOSTCC  scripts/bin2c
 HOSTCC  scripts/mkimage
 HOSTCC  scripts/bareboxenv
 CC      common/hush.o
 CC      common/date.o
 CC      common/ft_build.o
In file included from common/ft_build.c:33:
include/ft_build.h:59: error: syntax error before "bd_t"
include/ft_build.h:59: warning: function declaration isn't a prototype
include/ft_build.h:65: error: syntax error before "bd_t"
include/ft_build.h:65: warning: function declaration isn't a prototype
include/ft_build.h:66: error: syntax error before "bd_t"
include/ft_build.h:66: warning: function declaration isn't a prototype
include/ft_build.h:67: error: syntax error before "bd_t"
include/ft_build.h:67: warning: function declaration isn't a prototype
common/ft_build.c:458: error: syntax error before "bd_t"
common/ft_build.c:459: warning: function declaration isn't a prototype
common/ft_build.c: In function `ft_setup':
common/ft_build.c:477: error: `blob' undeclared (first use in this function= )
common/ft_build.c:477: error: (Each undeclared identifier is reported only = once
common/ft_build.c:477: error: for each function it appears in.)
common/ft_build.c:477: error: `bd' undeclared (first use in this function)<= br> common/ft_build.c:488: error: `initrd_start' undeclared (first use in
this function)
common/ft_build.c:488: error: `initrd_end' undeclared (first use in
this function)
common/ft_build.c:460: warning: unused variable `p'
common/ft_build.c:461: warning: unused variable `len'
common/ft_build.c:463: warning: unused variable `clock'
make[1]: *** [common/ft_build.o] Error 1
make: *** [common] Error 2

 

Best Regards,

N.S.S.R.Murthy,

Ph # +91-40-67303600, Extn – 3731,

Mobile # +91-9959677780.

 



The information contained in= or attached to this email may be subject to the Export Administration Regu= lations (EAR), administered by the U.S. Department of Commerce, or the Inte= rnational Traffic in Arms Regulations (ITAR), administered by the U.S. Department of State, and may require an e= xport license from the Commerce or State Department prior to its export. An= export can include a release or disclosure to a foreign national inside or= outside the United States. Include this notice with any reproduced portion of this information.
--_000_6F2524F76379064FB8CB9CEE698D56DA8D40E67E80INMSG01amerac_-- --===============0574218084== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox --===============0574218084==--