Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0001615]: Can not build?
@ 2008-04-24 20:55 bugs at busybox.net
  2008-04-25  8:25 ` Guillaume Dargaud
  0 siblings, 1 reply; 7+ messages in thread
From: bugs at busybox.net @ 2008-04-24 20:55 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1615 
====================================================================== 
Reported By:                linsample
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1615
Category:                   Other
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-27-2007 22:28 PST
Last Modified:              04-24-2008 13:55 PDT
====================================================================== 
Summary:                    Can not build?
Description: 
Anybody knows the compile error when I try to build buildroot???

/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1/gcc/crtstuff.
c:1: error: unsupported combination: -mabicalls -mabi=eabi
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial'
make: ***
[/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1-in
itial/.compiled] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 linsample - 11-28-07 00:03  
---------------------------------------------------------------------- 
I use Fedora Core 4
I use latest buildroot soruce code.

 

---------------------------------------------------------------------- 
 UlfSamuelsson - 11-27-07 23:00  
---------------------------------------------------------------------- 
Isn't EABI (-mabi=eabi) an ARM thing and not applicable to MIPS arch? 

---------------------------------------------------------------------- 
 linsample - 11-27-07 23:04  
---------------------------------------------------------------------- 
But I dont do anything for latest buildroot source code.

My steps are as follows:

1. make menuconfig
   only change CPU type to MIPS

2. make

I dont know why the compiler adds ARM related words? 

---------------------------------------------------------------------- 
 linsample - 11-28-07 00:02  
---------------------------------------------------------------------- 
Same problem is suffered by other people in
http://www.nabble.com/error-when-building-gcc-using-buildroot-toolchain-t4717991.html

But no any work-around is mentioned there.

So anyone knows the work-around?

Thank you very much.

 

---------------------------------------------------------------------- 
 dpelton - 04-24-08 13:55  
---------------------------------------------------------------------- 
The patch referenced in the link below seems to address this issue.

http://buildroot.uclibc.org/lists/buildroot/2008-February/007070.html

This issue is duplicated:
http://busybox.net/bugs/view.php?id=2474
http://bugs.busybox.net/view.php?id=1799 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-27-07 22:28  linsample      New Issue                                    
11-27-07 22:28  linsample      Status                   new => assigned     
11-27-07 22:28  linsample      Assigned To               => buildroot       
11-27-07 22:46  linsample      Issue Monitored: linsample                    
11-27-07 22:46  linsample      Issue End Monitor: linsample                    
11-27-07 22:47  linsample      Note Added: 0002982                          
11-27-07 23:00  UlfSamuelsson  Note Added: 0002983                          
11-27-07 23:04  linsample      Note Added: 0002984                          
11-27-07 23:57  linsample      Note Added: 0002985                          
11-28-07 00:02  linsample      Note Edited: 0002985                         
11-28-07 00:02  linsample      Note Edited: 0002985                         
11-28-07 00:03  linsample      Note Edited: 0002982                         
04-24-08 13:55  dpelton        Note Added: 0007084                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001615]: Can not build?
@ 2007-11-28  7:57 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-28  7:57 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1615 
====================================================================== 
Reported By:                linsample
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1615
Category:                   Other
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-27-2007 22:28 PST
Last Modified:              11-27-2007 23:57 PST
====================================================================== 
Summary:                    Can not build?
Description: 
Anybody knows the compile error when I try to build buildroot???

/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1/gcc/crtstuff.
c:1: error: unsupported combination: -mabicalls -mabi=eabi
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial'
make: ***
[/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1-in
itial/.compiled] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 linsample - 11-27-07 22:47  
---------------------------------------------------------------------- 
I use Fedora Core 4 

---------------------------------------------------------------------- 
 UlfSamuelsson - 11-27-07 23:00  
---------------------------------------------------------------------- 
Isn't EABI (-mabi=eabi) an ARM thing and not applicable to MIPS arch? 

---------------------------------------------------------------------- 
 linsample - 11-27-07 23:04  
---------------------------------------------------------------------- 
But I dont do anything for latest buildroot source code.

My steps are as follows:

1. make menuconfig
   only change CPU type to MIPS

2. make

I dont know why the compiler adds ARM related words? 

---------------------------------------------------------------------- 
 linsample - 11-27-07 23:57  
---------------------------------------------------------------------- 
Same problem is suffered by other people in
http://www.nabble.com/error-when-building-gcc-using-buildroot-toolchain-t4717991.html

But no work-around is written down there.

So anyone knows the work-around?

Thank you very much. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-27-07 22:28  linsample      New Issue                                    
11-27-07 22:28  linsample      Status                   new => assigned     
11-27-07 22:28  linsample      Assigned To               => buildroot       
11-27-07 22:46  linsample      Issue Monitored: linsample                    
11-27-07 22:46  linsample      Issue End Monitor: linsample                    
11-27-07 22:47  linsample      Note Added: 0002982                          
11-27-07 23:00  UlfSamuelsson  Note Added: 0002983                          
11-27-07 23:04  linsample      Note Added: 0002984                          
11-27-07 23:57  linsample      Note Added: 0002985                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001615]: Can not build?
@ 2007-11-28  7:04 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-28  7:04 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1615 
====================================================================== 
Reported By:                linsample
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1615
Category:                   Other
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-27-2007 22:28 PST
Last Modified:              11-27-2007 23:04 PST
====================================================================== 
Summary:                    Can not build?
Description: 
Anybody knows the compile error when I try to build buildroot???

/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1/gcc/crtstuff.
c:1: error: unsupported combination: -mabicalls -mabi=eabi
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial'
make: ***
[/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1-in
itial/.compiled] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 linsample - 11-27-07 22:47  
---------------------------------------------------------------------- 
I use Fedora Core 4 

---------------------------------------------------------------------- 
 UlfSamuelsson - 11-27-07 23:00  
---------------------------------------------------------------------- 
Isn't EABI (-mabi=eabi) an ARM thing and not applicable to MIPS arch? 

---------------------------------------------------------------------- 
 linsample - 11-27-07 23:04  
---------------------------------------------------------------------- 
But I dont do anything for latest buildroot source code.

My steps are as follows:

1. make menuconfig
   only change CPU type to MIPS

2. make

I dont know why the compiler adds ARM related words? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-27-07 22:28  linsample      New Issue                                    
11-27-07 22:28  linsample      Status                   new => assigned     
11-27-07 22:28  linsample      Assigned To               => buildroot       
11-27-07 22:46  linsample      Issue Monitored: linsample                    
11-27-07 22:46  linsample      Issue End Monitor: linsample                    
11-27-07 22:47  linsample      Note Added: 0002982                          
11-27-07 23:00  UlfSamuelsson  Note Added: 0002983                          
11-27-07 23:04  linsample      Note Added: 0002984                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001615]: Can not build?
@ 2007-11-28  7:00 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-28  7:00 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1615 
====================================================================== 
Reported By:                linsample
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1615
Category:                   Other
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-27-2007 22:28 PST
Last Modified:              11-27-2007 23:00 PST
====================================================================== 
Summary:                    Can not build?
Description: 
Anybody knows the compile error when I try to build buildroot???

/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1/gcc/crtstuff.
c:1: error: unsupported combination: -mabicalls -mabi=eabi
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial'
make: ***
[/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1-in
itial/.compiled] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 linsample - 11-27-07 22:47  
---------------------------------------------------------------------- 
I use Fedora Core 4 

---------------------------------------------------------------------- 
 UlfSamuelsson - 11-27-07 23:00  
---------------------------------------------------------------------- 
Isn't EABI (-mabi=eabi) an ARM thing and not applicable to MIPS arch? 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-27-07 22:28  linsample      New Issue                                    
11-27-07 22:28  linsample      Status                   new => assigned     
11-27-07 22:28  linsample      Assigned To               => buildroot       
11-27-07 22:46  linsample      Issue Monitored: linsample                    
11-27-07 22:46  linsample      Issue End Monitor: linsample                    
11-27-07 22:47  linsample      Note Added: 0002982                          
11-27-07 23:00  UlfSamuelsson  Note Added: 0002983                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001615]: Can not build?
@ 2007-11-28  6:47 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-28  6:47 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1615 
====================================================================== 
Reported By:                linsample
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1615
Category:                   Other
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-27-2007 22:28 PST
Last Modified:              11-27-2007 22:47 PST
====================================================================== 
Summary:                    Can not build?
Description: 
Anybody knows the compile error when I try to build buildroot???

/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1/gcc/crtstuff.
c:1: error: unsupported combination: -mabicalls -mabi=eabi
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial'
make: ***
[/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1-in
itial/.compiled] Error 2

====================================================================== 

---------------------------------------------------------------------- 
 linsample - 11-27-07 22:47  
---------------------------------------------------------------------- 
I use Fedora Core 4 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-27-07 22:28  linsample      New Issue                                    
11-27-07 22:28  linsample      Status                   new => assigned     
11-27-07 22:28  linsample      Assigned To               => buildroot       
11-27-07 22:46  linsample      Issue Monitored: linsample                    
11-27-07 22:46  linsample      Issue End Monitor: linsample                    
11-27-07 22:47  linsample      Note Added: 0002982                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001615]: Can not build?
@ 2007-11-28  6:28 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-28  6:28 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1615 
====================================================================== 
Reported By:                linsample
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1615
Category:                   Other
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-27-2007 22:28 PST
Last Modified:              11-27-2007 22:28 PST
====================================================================== 
Summary:                    Can not build?
Description: 
Anybody knows the compile error when I try to build buildroot???

/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1/gcc/crtstuff.
c:1: error: unsupported combination: -mabicalls -mabi=eabi
make[2]: *** [crtbegin.o] Error 1
make[2]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_
mips/gcc-4.2.1-initial'
make: ***
[/home/sample/projects/LX_2618_RG_5_3_00r4_SRC/buildroot/toolchain_build_mips/gcc-4.2.1-in
itial/.compiled] Error 2

====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-27-07 22:28  linsample      New Issue                                    
11-27-07 22:28  linsample      Status                   new => assigned     
11-27-07 22:28  linsample      Assigned To               => buildroot       
======================================================================

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

end of thread, other threads:[~2008-04-25  8:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 20:55 [Buildroot] [buildroot 0001615]: Can not build? bugs at busybox.net
2008-04-25  8:25 ` Guillaume Dargaud
  -- strict thread matches above, loose matches on Subject: below --
2007-11-28  7:57 bugs at busybox.net
2007-11-28  7:04 bugs at busybox.net
2007-11-28  7:00 bugs at busybox.net
2007-11-28  6:47 bugs at busybox.net
2007-11-28  6:28 bugs at busybox.net

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