Hello,

I try to get a SDK up and running on a linux box. I use

        - sdk35.tar.gz
        - binutils-2.9.1.tar.gz
        - gcc-2.95.2.tar.gz
        - gdb-4.18.tar.gz
        - prc-tools-2.0.92.tar.gz

There are problems compiling gcc:

        gcc -DEXEC_PREFIX=\"/usr/local\" -I. 
        -I../../prc-tools-2.0.92/tools/../binutils/include -I../binutils/bfd -g -O2 
        -o def.yy.o -c def.yy.c
        In file included from lex.yy.c:1717:
        /usr/include/unistd.h:441: conflicting types for `dup'
        ../../prc-tools-2.0.92/tools/def.l:39: previous declaration of `dup'
        ../../prc-tools-2.0.92/tools/def.l:180: conflicting types for `dup'
        /usr/include/unistd.h:441: previous declaration of `dup'
        make[1]: *** [def.yy.o] Error 1
        make[1]: Leaving directory `/usr/local/software/palm/src/build/tools'
        make: *** [all-host] Error 1

Any tips available?

Thank you

Werner
-- 
Werner Arnhold
FU Berlin, FB 12, GEDIB
Arbeitsbereich Lehrerfortbildung und Informatische Bildung
Tel.: 030 / 838-56328, priv: 030 / 74 22 555

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to