This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc-3.4.4 compile dietlibc error on cygwin


Dear Readers:

I met a problem on compiling dietlibc on the lastest gcc-3.4.4 with
error. I don't know if I can do this on cygwin.

Thanks for your help!

andy

dietlibc-0.27 to 0.30 i386/start.S

68 .Lstart:
69        .size    _start,.Lstart-_start

$ make
gcc -I. -isystem include -pipe -nostdinc -Os -fomit-frame-pointer -falign-functi
ons=1 -falign-jumps=1 -falign-loops=1 -mpreferred-stack-boundary=2 -Wall -W -Wch
ar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch
-Wno-unuse
d -Wredundant-decls -c i386/start.S -o bin-i386/start.o
i386/start.S: Assembler messages:
i386/start.S:69: Warning: .size pseudo-op used outside of .def/.endef ignored.
i386/start.S:69: Error: junk at end of line, first unrecognized
character is `_'

make: *** [bin-i386/start.o] Error 1

$ gcc -v
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --verbose --prefix=/usr --
exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
--libexecdir=/usr/lib --man
dir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,
java,objc --enable-nls --without-included-gettext --enable-version-specific-runt
ime-libs --without-x --enable-libgcj --disable-java-awt
--with-system-zlib --ena
ble-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=b
oehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchroniza
tion --enable-libstdcxx-debug : (reconfigured)
Thread model: posix
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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