This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Configuration related about soft-float libc.a and libm.a(m68k)?


Hi:
    I build m68k-coff crossgcc using folliwng setup in the file "t-m68kbare"
       
        MULTILIB_OPTIONS = m68000/m68020 msoft-float
        MULTILIB_DIRNAMES =
        MULTILIB_MATCHES = m68000=mc68000 m68000=m68020
        MULTILIB_EXCEPTIONS =
        LIBGCC = stmp-multilib
        INSTALL_LIBGCC = install-multilib
 
      Although libgcc.a exists in the dir as I expect:
          tools\m68k-coff\lib\gcc-lib\m68k-coff\2.95.2\m68000\msoft-float
       
     But libc.a libm.a doesn't exist in the dir:tools\m68k-coff\m68k-coff\lib\m68000\msoft-float
     They exist in  :tools\m68k-coff\m68k-coff\lib\m68000  and tools\m68k-coff\m68k-coff\lib\msoft-float.
     This not what I expect.Do I need  a different configurations?
      
     And I link the libc.a and libm.a under the two msoft-float,the bin file downloaded into my board don't work.
     I need a soft-float libc.a and libm.a (while ligcc.a is OK) !
   
 
           
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]