m68k-rtems4.10-gcc -c hello.c
It failed, complaining about not finding two libraries. I committed the
following sins:
In /usr/lib/ I did
ln -s libmpfr.so.4 libmpfr.so.1
ln -s libcloog-debian.so.0 libcloog.so.0
After that, hello world compiled, and the full rtems build completed
successfully.
What should I have done?
Pete.
--
D. Peter Siddons
Detector Development Group Leader
NSLS, Bldg. 725D
Photon Sciences Directorate,
Brookhaven National Laboratory
Upton, NY 11973
email: sid...@bnl.gov
Phone: (631) 344-2738
_______________________________________________
rtems-users mailing list
rtems...@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-users
I can not remember what error message I got after I used the alien
for PowerPC on Ubutu. It was either 4.9 or 4.10, or both.
My solution was to download the source code of the
compiling tools for PowerPC and build it.
Kate Feng