This is the mail archive of the java@gcc.gnu.org mailing list for the Java 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]

Compiling CygWin ARM GCC and GCJ cross compiler


To be a bit more precise on my last posting:

On the step referred to as "Building a bootstrap cross compiler", I'm using:


../gcc/configure --target=$TARGET --prefix=$PREFIX --with-gnu-as --with-gnu-ld --disable-shared --with-headers=../newlib-1.11.0/newlib/libc/include --enable-languages=c



On the step referred to as "Building a complete cross compiler", I'm using:

../gcc/configure --target=$TARGET --prefix=$PREFIX --with-gnu-as --with-gnu-ld --with-newlib=yes --with-headers=../newlib-1.11.0/newlib/libc/include --enable-languages=c,c++,java

Is this correct?

The addition of the --with-newlib=yes is the latest thing I'm trying since I hope that should fix the NO_GETUID #undef problem. After som rummaging around I discovered that the configure procedure had created a build-gcc/arm-elf/libjava/include/config.h which contained #define NO_GETUID 1

http://billgatliff.com/articles/gnu/gnu-arm7t.html/index.html


Øyvind


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