Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot
@ 2007-11-14 10:27 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-14 10:27 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1580 
====================================================================== 
Reported By:                atle
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1580
Category:                   Architecture Specific
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-08-2007 05:06 PST
Last Modified:              11-14-2007 02:27 PST
====================================================================== 
Summary:                    [PATCH] Updated nios2 support for buildroot
Description: 
The attached patches fixes toolchain build for nios2 with the recent
buildroot, and adds some new features:

* Support for c++
* Support for using 2.6.23 kernel headers

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

---------------------------------------------------------------------- 
 atle - 11-08-07 05:30  
---------------------------------------------------------------------- 
The uClibc build insists on installing ldd/ldconfig even though they are
not built. Suggested solution attached (uclibc-hostutils-install.diff).

 

---------------------------------------------------------------------- 
 vanokuten - 11-14-07 02:27  
---------------------------------------------------------------------- 
I applied your patch: uclibc-hostutils-install.diff and made a test for
avr32 arch - as result I got this:
---------
make[1]: Leaving directory `/opt/buildroot/build_avr32/genext2fs-1.4'
touch -c /opt/buildroot/build_avr32/genext2fs-1.4/genext2fs
test -x
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
&&
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
-r /opt/buildroot/project_build_avr32/atstk1002/root 2>/dev/null
make: *** [/opt/buildroot/binaries/atstk1002/rootfs.avr32-20071114.ext2]
Error 1
---------

seems your skip of ldconfig applied unconditionally. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-08-07 05:06  atle           New Issue                                    
11-08-07 05:06  atle           Status                   new => assigned     
11-08-07 05:06  atle           Assigned To               => buildroot       
11-08-07 05:06  atle           File Added: binutils-nios2.diff.gz               
    
11-08-07 05:07  atle           File Added: elf2flt-nios2.diff.gz                
   
11-08-07 05:07  atle           File Added: gcc-nios2.diff.gz                    
11-08-07 05:07  atle           File Added: kernel-headers-nios2.diff.gz         
          
11-08-07 05:12  atle           Note Added: 0002897                          
11-08-07 05:14  atle           Note Edited: 0002897                         
11-08-07 05:27  atle           File Added: uclibc-hostutils-install.diff        
           
11-08-07 05:29  atle           Note Added: 0002898                          
11-08-07 05:30  atle           Note Edited: 0002898                         
11-09-07 05:55  atle           Note Deleted: 0002897                        
11-14-07 02:27  vanokuten      Note Added: 0002914                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot
@ 2007-11-15 10:19 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-15 10:19 UTC (permalink / raw)
  To: buildroot


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=1580 
====================================================================== 
Reported By:                atle
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1580
Category:                   Architecture Specific
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             11-08-2007 05:06 PST
Last Modified:              11-15-2007 02:19 PST
====================================================================== 
Summary:                    [PATCH] Updated nios2 support for buildroot
Description: 
The attached patches fixes toolchain build for nios2 with the recent
buildroot, and adds some new features:

* Support for c++
* Support for using 2.6.23 kernel headers

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

---------------------------------------------------------------------- 
 atle - 11-08-07 05:30  
---------------------------------------------------------------------- 
The uClibc build insists on installing ldd/ldconfig even though they are
not built. Suggested solution attached (uclibc-hostutils-install.diff).

 

---------------------------------------------------------------------- 
 vanokuten - 11-14-07 02:27  
---------------------------------------------------------------------- 
I applied your patch: uclibc-hostutils-install.diff and made a test for
avr32 arch - as result I got this:
---------
make[1]: Leaving directory `/opt/buildroot/build_avr32/genext2fs-1.4'
touch -c /opt/buildroot/build_avr32/genext2fs-1.4/genext2fs
test -x
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
&&
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
-r /opt/buildroot/project_build_avr32/atstk1002/root 2>/dev/null
make: *** [/opt/buildroot/binaries/atstk1002/rootfs.avr32-20071114.ext2]
Error 1
---------

seems your skip of ldconfig applied unconditionally. 

---------------------------------------------------------------------- 
 atle - 11-15-07 00:07  
---------------------------------------------------------------------- 
Sorry, I was a little too fast there. HAVE_SHARED is defined in the uClibc
configuration and not visible to the build-system. As far as I can see
there are no global config-options that tell if shared uClibc is built or
not, but I may be wrong (?). Perhaps it is better to just check if the
files exists, see the attached patch (uclibc-hostutils-install_v2.diff). 

---------------------------------------------------------------------- 
 vanokuten - 11-15-07 02:18  
---------------------------------------------------------------------- 
uclibc-hostutils-install_v2.diff applied in rev 20427

other nios2 related patches where applied before, so think we can close an
issue. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-08-07 05:06  atle           New Issue                                    
11-08-07 05:06  atle           Status                   new => assigned     
11-08-07 05:06  atle           Assigned To               => buildroot       
11-08-07 05:06  atle           File Added: binutils-nios2.diff.gz               
    
11-08-07 05:07  atle           File Added: elf2flt-nios2.diff.gz                
   
11-08-07 05:07  atle           File Added: gcc-nios2.diff.gz                    
11-08-07 05:07  atle           File Added: kernel-headers-nios2.diff.gz         
          
11-08-07 05:12  atle           Note Added: 0002897                          
11-08-07 05:14  atle           Note Edited: 0002897                         
11-08-07 05:27  atle           File Added: uclibc-hostutils-install.diff        
           
11-08-07 05:29  atle           Note Added: 0002898                          
11-08-07 05:30  atle           Note Edited: 0002898                         
11-09-07 05:55  atle           Note Deleted: 0002897                        
11-14-07 02:27  vanokuten      Note Added: 0002914                          
11-14-07 23:58  atle           File Added: uclibc-hostutils-install_v2.diff     
              
11-15-07 00:07  atle           Note Added: 0002919                          
11-15-07 02:18  vanokuten      Note Added: 0002922                          
11-15-07 02:19  vanokuten      Status                   assigned => closed  
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot
@ 2007-11-15 10:18 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-15 10:18 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1580 
====================================================================== 
Reported By:                atle
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1580
Category:                   Architecture Specific
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-08-2007 05:06 PST
Last Modified:              11-15-2007 02:18 PST
====================================================================== 
Summary:                    [PATCH] Updated nios2 support for buildroot
Description: 
The attached patches fixes toolchain build for nios2 with the recent
buildroot, and adds some new features:

* Support for c++
* Support for using 2.6.23 kernel headers

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

---------------------------------------------------------------------- 
 atle - 11-08-07 05:30  
---------------------------------------------------------------------- 
The uClibc build insists on installing ldd/ldconfig even though they are
not built. Suggested solution attached (uclibc-hostutils-install.diff).

 

---------------------------------------------------------------------- 
 vanokuten - 11-14-07 02:27  
---------------------------------------------------------------------- 
I applied your patch: uclibc-hostutils-install.diff and made a test for
avr32 arch - as result I got this:
---------
make[1]: Leaving directory `/opt/buildroot/build_avr32/genext2fs-1.4'
touch -c /opt/buildroot/build_avr32/genext2fs-1.4/genext2fs
test -x
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
&&
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
-r /opt/buildroot/project_build_avr32/atstk1002/root 2>/dev/null
make: *** [/opt/buildroot/binaries/atstk1002/rootfs.avr32-20071114.ext2]
Error 1
---------

seems your skip of ldconfig applied unconditionally. 

---------------------------------------------------------------------- 
 atle - 11-15-07 00:07  
---------------------------------------------------------------------- 
Sorry, I was a little too fast there. HAVE_SHARED is defined in the uClibc
configuration and not visible to the build-system. As far as I can see
there are no global config-options that tell if shared uClibc is built or
not, but I may be wrong (?). Perhaps it is better to just check if the
files exists, see the attached patch (uclibc-hostutils-install_v2.diff). 

---------------------------------------------------------------------- 
 vanokuten - 11-15-07 02:18  
---------------------------------------------------------------------- 
uclibc-hostutils-install_v2.diff applied in rev 20427

other nios2 related patches where applied before, so think we can close an
issue. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-08-07 05:06  atle           New Issue                                    
11-08-07 05:06  atle           Status                   new => assigned     
11-08-07 05:06  atle           Assigned To               => buildroot       
11-08-07 05:06  atle           File Added: binutils-nios2.diff.gz               
    
11-08-07 05:07  atle           File Added: elf2flt-nios2.diff.gz                
   
11-08-07 05:07  atle           File Added: gcc-nios2.diff.gz                    
11-08-07 05:07  atle           File Added: kernel-headers-nios2.diff.gz         
          
11-08-07 05:12  atle           Note Added: 0002897                          
11-08-07 05:14  atle           Note Edited: 0002897                         
11-08-07 05:27  atle           File Added: uclibc-hostutils-install.diff        
           
11-08-07 05:29  atle           Note Added: 0002898                          
11-08-07 05:30  atle           Note Edited: 0002898                         
11-09-07 05:55  atle           Note Deleted: 0002897                        
11-14-07 02:27  vanokuten      Note Added: 0002914                          
11-14-07 23:58  atle           File Added: uclibc-hostutils-install_v2.diff     
              
11-15-07 00:07  atle           Note Added: 0002919                          
11-15-07 02:18  vanokuten      Note Added: 0002922                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot
@ 2007-11-15  8:07 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-15  8:07 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1580 
====================================================================== 
Reported By:                atle
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1580
Category:                   Architecture Specific
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-08-2007 05:06 PST
Last Modified:              11-15-2007 00:07 PST
====================================================================== 
Summary:                    [PATCH] Updated nios2 support for buildroot
Description: 
The attached patches fixes toolchain build for nios2 with the recent
buildroot, and adds some new features:

* Support for c++
* Support for using 2.6.23 kernel headers

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

---------------------------------------------------------------------- 
 atle - 11-08-07 05:30  
---------------------------------------------------------------------- 
The uClibc build insists on installing ldd/ldconfig even though they are
not built. Suggested solution attached (uclibc-hostutils-install.diff).

 

---------------------------------------------------------------------- 
 vanokuten - 11-14-07 02:27  
---------------------------------------------------------------------- 
I applied your patch: uclibc-hostutils-install.diff and made a test for
avr32 arch - as result I got this:
---------
make[1]: Leaving directory `/opt/buildroot/build_avr32/genext2fs-1.4'
touch -c /opt/buildroot/build_avr32/genext2fs-1.4/genext2fs
test -x
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
&&
/opt/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-ldconfig
-r /opt/buildroot/project_build_avr32/atstk1002/root 2>/dev/null
make: *** [/opt/buildroot/binaries/atstk1002/rootfs.avr32-20071114.ext2]
Error 1
---------

seems your skip of ldconfig applied unconditionally. 

---------------------------------------------------------------------- 
 atle - 11-15-07 00:07  
---------------------------------------------------------------------- 
Sorry, I was a little too fast there. HAVE_SHARED is defined in the uClibc
configuration and not visible to the build-system. As far as I can see
there are no global config-options that tell if shared uClibc is built or
not, but I may be wrong (?). Perhaps it is better to just check if the
files exists, see the attached patch (uclibc-hostutils-install_v2.diff). 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-08-07 05:06  atle           New Issue                                    
11-08-07 05:06  atle           Status                   new => assigned     
11-08-07 05:06  atle           Assigned To               => buildroot       
11-08-07 05:06  atle           File Added: binutils-nios2.diff.gz               
    
11-08-07 05:07  atle           File Added: elf2flt-nios2.diff.gz                
   
11-08-07 05:07  atle           File Added: gcc-nios2.diff.gz                    
11-08-07 05:07  atle           File Added: kernel-headers-nios2.diff.gz         
          
11-08-07 05:12  atle           Note Added: 0002897                          
11-08-07 05:14  atle           Note Edited: 0002897                         
11-08-07 05:27  atle           File Added: uclibc-hostutils-install.diff        
           
11-08-07 05:29  atle           Note Added: 0002898                          
11-08-07 05:30  atle           Note Edited: 0002898                         
11-09-07 05:55  atle           Note Deleted: 0002897                        
11-14-07 02:27  vanokuten      Note Added: 0002914                          
11-14-07 23:58  atle           File Added: uclibc-hostutils-install_v2.diff     
              
11-15-07 00:07  atle           Note Added: 0002919                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot
@ 2007-11-08 13:29 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-08 13:29 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1580 
====================================================================== 
Reported By:                atle
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1580
Category:                   Architecture Specific
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-08-2007 05:06 PST
Last Modified:              11-08-2007 05:29 PST
====================================================================== 
Summary:                    [PATCH] Updated nios2 support for buildroot
Description: 
The attached patches fixes toolchain build for nios2 with the recent
buildroot, and adds some new features:

* Support for c++
* Support for using 2.6.23 kernel headers

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

---------------------------------------------------------------------- 
 atle - 11-08-07 05:14  
---------------------------------------------------------------------- 
C++ support depends on the patch in
http://bugs.uclibc.org/view.php?id=1579.

 

---------------------------------------------------------------------- 
 atle - 11-08-07 05:29  
---------------------------------------------------------------------- 
The uClibc build insists on installing ldd/ldconfig even though their not
built. Suggested solution attached (uclibc-hostutils-install.diff). 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-08-07 05:06  atle           New Issue                                    
11-08-07 05:06  atle           Status                   new => assigned     
11-08-07 05:06  atle           Assigned To               => buildroot       
11-08-07 05:06  atle           File Added: binutils-nios2.diff.gz               
    
11-08-07 05:07  atle           File Added: elf2flt-nios2.diff.gz                
   
11-08-07 05:07  atle           File Added: gcc-nios2.diff.gz                    
11-08-07 05:07  atle           File Added: kernel-headers-nios2.diff.gz         
          
11-08-07 05:12  atle           Note Added: 0002897                          
11-08-07 05:14  atle           Note Edited: 0002897                         
11-08-07 05:27  atle           File Added: uclibc-hostutils-install.diff        
           
11-08-07 05:29  atle           Note Added: 0002898                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot
@ 2007-11-08 13:12 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-08 13:12 UTC (permalink / raw)
  To: buildroot


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1580 
====================================================================== 
Reported By:                atle
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1580
Category:                   Architecture Specific
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-08-2007 05:06 PST
Last Modified:              11-08-2007 05:12 PST
====================================================================== 
Summary:                    [PATCH] Updated nios2 support for buildroot
Description: 
The attached patches fixes toolchain build for nios2 with the recent
buildroot, and adds some new features:

* Support for c++
* Support for using 2.6.23 kernel headers

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

---------------------------------------------------------------------- 
 atle - 11-08-07 05:12  
---------------------------------------------------------------------- 
C++ support depends on the patch in issue 1579. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-08-07 05:06  atle           New Issue                                    
11-08-07 05:06  atle           Status                   new => assigned     
11-08-07 05:06  atle           Assigned To               => buildroot       
11-08-07 05:06  atle           File Added: binutils-nios2.diff.gz               
    
11-08-07 05:07  atle           File Added: elf2flt-nios2.diff.gz                
   
11-08-07 05:07  atle           File Added: gcc-nios2.diff.gz                    
11-08-07 05:07  atle           File Added: kernel-headers-nios2.diff.gz         
          
11-08-07 05:12  atle           Note Added: 0002897                          
======================================================================

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot
@ 2007-11-08 13:06 bugs at busybox.net
  0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-08 13:06 UTC (permalink / raw)
  To: buildroot


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1580 
====================================================================== 
Reported By:                atle
Assigned To:                buildroot
====================================================================== 
Project:                    buildroot
Issue ID:                   1580
Category:                   Architecture Specific
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-08-2007 05:06 PST
Last Modified:              11-08-2007 05:06 PST
====================================================================== 
Summary:                    [PATCH] Updated nios2 support for buildroot
Description: 
The attached patches fixes toolchain build for nios2 with the recent
buildroot, and adds some new features:

* Support for c++
* Support for using 2.6.23 kernel headers

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-08-07 05:06  atle           New Issue                                    
11-08-07 05:06  atle           Status                   new => assigned     
11-08-07 05:06  atle           Assigned To               => buildroot       
11-08-07 05:06  atle           File Added: binutils-nios2.diff.gz               
    
======================================================================

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

end of thread, other threads:[~2007-11-15 10:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14 10:27 [Buildroot] [buildroot 0001580]: [PATCH] Updated nios2 support for buildroot bugs at busybox.net
  -- strict thread matches above, loose matches on Subject: below --
2007-11-15 10:19 bugs at busybox.net
2007-11-15 10:18 bugs at busybox.net
2007-11-15  8:07 bugs at busybox.net
2007-11-08 13:29 bugs at busybox.net
2007-11-08 13:12 bugs at busybox.net
2007-11-08 13:06 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