Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Make error
@ 2007-08-23 19:16 Terry Bolinger
  0 siblings, 0 replies; 13+ messages in thread
From: Terry Bolinger @ 2007-08-23 19:16 UTC (permalink / raw)
  To: buildroot

We are attempting to run Buildroot and create an image for an Atmel 9263-EK
development board.  As we run buildroot, we have run into several errors,
and have been able to work past them. However, we are now running into this
error and so far, we've been unable to determine what our problem is. Here
is the text of the error.  Notice that it does not like garray.o - could not
read symbols:  File in wrong format.

 

echo "{ global:" > .libs/libglib-2.0.ver

cat .libs/libglib-2.0.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libglib-2.0.ver

echo "local: *; };" >> .libs/libglib-2.0.ver

g77 -shared  .libs/garray.o .libs/gasyncqueue.o .libs/gatomic.o
.libs/gbacktrace.o .libs/gbase64.o .libs/gbookmarkfile.o .libs/gcache.o
.libs/gcompletion.o .libs/gconvert.o .libs/gdataset.o .libs/gdate.o
.libs/gdir.o .libs/gerror.o .libs/gfileutils.o .libs/ghash.o .libs/ghook.o
.libs/giochannel.o .libs/gkeyfile.o .libs/glist.o .libs/gmain.o
.libs/gmappedfile.o .libs/gmarkup.o .libs/gmem.o .libs/gmessages.o
.libs/gnode.o .libs/goption.o .libs/gpattern.o .libs/gprimes.o
.libs/gqsort.o .libs/gqueue.o .libs/grel.o .libs/grand.o .libs/gscanner.o
.libs/gshell.o .libs/gslice.o .libs/gslist.o .libs/gstdio.o
.libs/gstrfuncs.o .libs/gstring.o .libs/gthread.o .libs/gthreadpool.o
.libs/gtimer.o .libs/gtree.o .libs/guniprop.o .libs/gutf8.o
.libs/gunibreak.o .libs/gunicollate.o .libs/gunidecomp.o .libs/gutils.o
.libs/gprintf.o .libs/giounix.o .libs/gspawn.o -Wl,--whole-archive
libcharset/.libs/libcharset.a gnulib/.libs/libgnulib.a
-Wl,--no-whole-archive  -lintl  -Wl,-soname -Wl,libglib-2.0.so.0
-Wl,-version-script -Wl,.libs/libglib-2.0.ver -o
.libs/libglib-2.0.so.0.1200.9

/usr/bin/ld: .libs/garray.o: Relocations in generic ELF (EM: 40)

/usr/bin/ld: .libs/garray.o: Relocations in generic ELF (EM: 40)

/usr/bin/ld: .libs/garray.o: Relocations in generic ELF (EM: 40)

/usr/bin/ld: .libs/garray.o: Relocations in generic ELF (EM: 40)

/usr/bin/ld: .libs/garray.o: Relocations in generic ELF (EM: 40)

/usr/bin/ld: .libs/garray.o: Relocations in generic ELF (EM: 40)

.libs/garray.o: could not read symbols: File in wrong format

collect2: ld returned 1 exit status

make[5]: *** [libglib-2.0.la] Error 1

make[5]: Leaving directory
`/home/terry/Desktop/buildroot/build_arm/glib-2.12.9/glib'

make[4]: *** [all-recursive] Error 1

make[4]: Leaving directory
`/home/terry/Desktop/buildroot/build_arm/glib-2.12.9/glib'

make[3]: *** [all] Error 2

make[3]: Leaving directory
`/home/terry/Desktop/buildroot/build_arm/glib-2.12.9/glib'

make[2]: *** [all-recursive] Error 1

make[2]: Leaving directory
`/home/terry/Desktop/buildroot/build_arm/glib-2.12.9'

make[1]: *** [all] Error 2

make[1]: Leaving directory
`/home/terry/Desktop/buildroot/build_arm/glib-2.12.9'

make: ***
[/home/terry/Desktop/buildroot/build_arm/glib-2.12.9/glib/.libs/libglib-2.0.
a] Error 2

 

We've searched through the mailing list archives and have not found what we
think is a match to this error.  We are very new to embedded development, so
we're struggling through this. I've attached our config file, in case it
might be helpful.  Many of the configuration options we didn't understand,
so we just left them as the defaults. Our development PC is running Ubuntu
7.04.

 

Any assistance would be greatly appreciated.

 

Terry Bolinger

Web Mountain Technologies

www.webmtn.com

tbolinger at webmtn.com

303-627-1856

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20070823/2730b85e/attachment-0001.htm 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: config.txt
Url: http://busybox.net/lists/buildroot/attachments/20070823/2730b85e/attachment-0001.txt 

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Buildroot] Make error
@ 2008-08-31  0:50 Steven Woody
  2008-08-31  1:59 ` Steven Woody
  2008-08-31  6:23 ` Peter Korsgaard
  0 siblings, 2 replies; 13+ messages in thread
From: Steven Woody @ 2008-08-31  0:50 UTC (permalink / raw)
  To: buildroot

Following were outputed when run 'make', but I don't know what step it
is related to:

table='target/generic/mini_device_table.txt'
makedevs: line 53: regular file '/home/narke/buildroot/project_build_arm/uclibc/
root/usr/share/udhcpc/default.script' does not exist: No such file or directory
-rw-r--r-- 1 narke users 10530816 2008-08-31 08:47 /home/narke/buildroot/binarie
s/uclibc/rootfs.arm.ext2
rm -f /home/narke/buildroot/project_build_arm/uclibc/.fakeroot*


Do you know what's wrong with the making?

Thanks.

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Buildroot] Make error
@ 2009-01-14 23:17 Jerry Zhang
  2009-01-14 23:27 ` Jerry Zhang
  0 siblings, 1 reply; 13+ messages in thread
From: Jerry Zhang @ 2009-01-14 23:17 UTC (permalink / raw)
  To: buildroot

Hello,buildroot world!

I am using buildroot refer to
http://buildroot.uclibc.org/buildroot.html#using.

I issued "make menuconfig" and then "make", some error pops out:
..............................................................................................................................................................
package/multimedia/gstreamer/gstreamer.mk:27: *** commands commence before
first target.  Stop.
..................................................................................................................................................................
I am not able to solve it. What is wrong?

Thanks

Jerry.Zhang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/buildroot/attachments/20090115/99a0d37d/attachment.htm 

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Buildroot] Make Error
@ 2009-08-18  8:54 suhas dumbhare
  0 siblings, 0 replies; 13+ messages in thread
From: suhas dumbhare @ 2009-08-18  8:54 UTC (permalink / raw)
  To: buildroot

Hello,
sudhir>To Everyone
sudhir>Host:ubuntu8.10
suhdir>I was trying to Make after
sudhir>Succesfully configuration
sudhir>But it pops out following error
sudhir> bison installed:??? ??? ??? FALSE
sudhir>You must install 'bison' on your build machine
sudhir>make: *** [dependencies] Error 1



sudhir>Checking build system dependencies:
BUILDROOT_DL_DIR clean:??? ??? ??? ??? Ok
CC clean:??? ??? ??? ??? ??? Ok
CXX clean:??? ??? ??? ??? ??? Ok
CPP clean:??? ??? ??? ??? ??? Ok
CFLAGS clean:??? ??? ??? ??? ??? Ok
INCLUDES clean:??? ??? ??? ??? ??? Ok
CXXFLAGS clean:??? ??? ??? ??? ??? Ok
which installed:??? ??? ??? ??? Ok
sed works:??? ??? ??? ??? ??? Ok (/bin/sed)
GNU make version '3.81':??? ??? ??? Ok
C compiler '/usr/bin/gcc'
C compiler version '4.3.2':??? ??? ??? Ok
C++ compiler '/usr/bin/g++'
C++ compiler version '4.3.2':??? ??? ??? Ok
awk installed:??? ??? ??? ??? ??? Ok
bash installed:??? ??? ??? ??? ??? Ok
bison installed:??? ??? ??? FALSE


You must install 'bison' on your build machine

make: *** [dependencies] Error 1


Looking forward to your help~~

Thanks a lot.
Sudhir



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090818/23335c3d/attachment.htm>

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [Buildroot] make Error
@ 2017-06-01 18:06 Saurabh Mishra
  2017-06-02  7:49 ` Thomas Petazzoni
  0 siblings, 1 reply; 13+ messages in thread
From: Saurabh Mishra @ 2017-06-01 18:06 UTC (permalink / raw)
  To: buildroot

Hi ,

I'm trying to build (*build root-2015.05-rc2) *but when I'm running make
command its giving error in* /config/host-linux.c:215:43: error:
'SSIZE_MAX' was not declared in this scope* , i tried to pass hardcoded
integer value instead of SSIZE_MAX but that is also not working , your help
would be appreciated.

-- 
*Thanks & Regards,*
*Saurabh Mishra.*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170601/6c1e8d5a/attachment.html>

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-06-02  7:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-23 19:16 [Buildroot] Make error Terry Bolinger
  -- strict thread matches above, loose matches on Subject: below --
2008-08-31  0:50 Steven Woody
2008-08-31  1:59 ` Steven Woody
2008-08-31  6:23 ` Peter Korsgaard
2008-08-31  7:34   ` Steven Woody
2008-08-31  9:13     ` Steven Woody
2008-09-02 13:29       ` Peter Korsgaard
2008-09-02 15:03         ` Steven Woody
2009-01-14 23:17 Jerry Zhang
2009-01-14 23:27 ` Jerry Zhang
2009-08-18  8:54 [Buildroot] Make Error suhas dumbhare
2017-06-01 18:06 [Buildroot] make Error Saurabh Mishra
2017-06-02  7:49 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox