Installation/ Compilation Problem
<[email protected]> Thu, 4 Jun 2009 21:54:27 +0100
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <4D29D193E537E647A6E21FAFC98A2AD44B7F62@EVS-EC1-NODE1.surrey.ac.uk> |
Hi Everyone, I am trying to install or compile Kaffe for use on an FPGA based LEON3 processor which is a SPARC V8 architecture. I can compile on the bare bone using sparc-elf-gcc or g++ but also with sparc-rtems-gcc or cpp. I am using Cygwin. I am trying to figure out which arguments I need to pass to the ./configure setting. So far, I think I need to change the CC and CXX compilers but I also need to add the libs and includes too (I have those set). A few problems: 1) the above compilers are in my $PATH but are not found. 2) I have problems with pthreads or libpthreads (which I have in the sparc-elf issues). Can these be replaced/ added? I don't think I should use: CC='gcc mno-cygwin' but the sparc compilers right? Hope you can help :) Kind Regards, Chris