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]

Re: Interpreting bytecode on a powerpc 405 EP


Patrick Olinet wrote:
Andrew, Tom,


I finally managed to set up a new cross toolchain, based on gcc 4.1.0 (thanks to the crosstool environnment). Unfortunately, it doesn't help since I got exactly the same error message.

I'd like to run the libffi testsuite. It's not obvious for me how to
set it up and compile it, specially from within the crosstool
baseline. Could you provide me with guidelines on that ?

You need to find where crosstool placed the libffi build directory. Then do something like this:

cd ...../target-name/libffi
make -k check

David Daney


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