[uClibc-cvs] [uClibc 0000127]: gcc-4.0-cvs fails building

bugs at busybox.net bugs at busybox.net
Thu Jun 16 14:28:49 UTC 2005


A NOTE has been added to this issue.
======================================================================
<http://busybox.net/bugs/view.php?id=127> 
======================================================================
Reported By:                psm
Assigned To:                uClibc
======================================================================
Project:                    uClibc
Issue ID:                   127
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
======================================================================
Date Submitted:             02-28-2005 03:04 PST
Last Modified:              06-16-2005 07:28 PDT
======================================================================
Summary:                    gcc-4.0-cvs fails building
Description: 
gcc-4.0-cvs fails building, attached patch
======================================================================

----------------------------------------------------------------------
 psm - 02-28-05 03:11 
----------------------------------------------------------------------
the build.log file includes the warning while building w/ gcc-4.0-cvs
the alias related issues can be (probably) solved by moving weak_alias
after the function itself
ignore math functions related warnings (they are not in uclibc)

----------------------------------------------------------------------
 psm - 03-16-05 13:45 
----------------------------------------------------------------------
sorry duplicating code, I was unable to remove the patch uploaded earlier
(access denied), so here is an updated version, corrects ssp.c too
the earlier patch is obsolete

----------------------------------------------------------------------
 psm - 04-20-05 01:56 
----------------------------------------------------------------------
the gcc4-weaks patch moves weak_alias after the functions, so that gcc4
wont warn

----------------------------------------------------------------------
 psm - 04-20-05 01:58 
----------------------------------------------------------------------
the signedness patch kills gcc4 warnings about incorrect signedness,
please
review before applying

----------------------------------------------------------------------
 asierllano - 06-16-05 07:28 
----------------------------------------------------------------------
I've also noticed this error that it is not solved in the previous
patches:

/home/asier/uSEL/branch-tmp/trunk/output/board-lite5200/stage/bin/powerpc-linux-uclibc-gcc
 -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing  -Os
-funit-at-a-time      -fno-builtin -nostdinc -D_LIBC -I../../../../include
-I. -isystem
/home/asier/uSEL/branch-tmp/trunk/output/board-lite5200/stage/lib/gcc/powerpc-linux-uclibc/4.0.0/include
-DNDEBUG -fpic -c adjtimex.c -o adjtimex.o
adjtimex.c:14: error: '__adjtimex' aliased to undefined symbol 'adjtimex'
adjtimex.c:15: error: 'ntp_adjtime' aliased to undefined symbol
'adjtimex'
make[5]: *** [adjtimex.o] Error 1
make[5]: Leaving directory
`/home/asier/uSEL/branch-tmp/trunk/output/board-lite5200/toolchain/uClibc-0.9.27/libc/sysdeps/linux/common'
make[4]: *** [common] Error 2

If you want me to provide more information, please let me know.

Issue History
Date Modified  Username       Field                    Change              
======================================================================
02-28-05 03:04 psm            New Issue                                    
02-28-05 03:04 psm            File Added: uClibc-0.9.27-gcc4.0.patch            
       
02-28-05 03:07 psm            File Added: build.log                        
02-28-05 03:11 psm            Note Added: 0000068                          
03-16-05 11:57 andersen       Assigned To              andersen => uClibc  
03-16-05 13:44 psm            File Added: uClibc-0.9.27-gcc4.0.patch2           
        
03-16-05 13:45 psm            Note Added: 0000089                          
04-20-05 01:56 psm            File Added: uClibc-0.9.27-gcc4-weaks.patch        
           
04-20-05 01:56 psm            Note Added: 0000179                          
04-20-05 01:57 psm            File Added: uClibc-0.9.27-gcc4-signedness.patch   
                
04-20-05 01:58 psm            Note Added: 0000180                          
06-16-05 07:27 asierllano     Issue Monitored: asierllano                    
06-16-05 07:28 asierllano     Note Added: 0000245                          
======================================================================




More information about the uClibc-cvs mailing list