This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
About ARM-cross-compile
- From: Mao Ito <mito2 at wisc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Sat, 31 Mar 2012 01:03:33 +0900
- Subject: About ARM-cross-compile
- References: <7740cb0e388e.4f75d63d@wiscmail.wisc.edu> <779095a81e23.4f75d6b6@wiscmail.wisc.edu> <7750c79d54c4.4f75d6f2@wiscmail.wisc.edu> <76f0823d7ee4.4f75d72f@wiscmail.wisc.edu> <7740ec137866.4f75d76b@wiscmail.wisc.edu> <7750862741a4.4f75d7a8@wiscmail.wisc.edu> <7700f10752fc.4f75d7e4@wiscmail.wisc.edu> <7790d1a67e8c.4f75d821@wiscmail.wisc.edu> <76f0ed17c7.4f75d85e@wiscmail.wisc.edu> <772099264fd7.4f75d89a@wiscmail.wisc.edu> <7780fabd1db0.4f75d8d7@wiscmail.wisc.edu> <7780b82c72af.4f75d913@wiscmail.wisc.edu> <7780d01759db.4f75d950@wiscmail.wisc.edu>
Hi everyone,
I am a grad student at UW-Madison who asked a question before about gcc-cross compiler.
I got stuck on a problem.
Actually, I could install "arm-eabi" cross-compiler for c, c++.
The problem is about "arm-eabi-gcj" (i.e. for Java).
"arm-elf" version cross-compiler was successfully installed for c, c++, Java. But, after that, I realized that my simulator does not accept OABI binary code (i.e. binary code "arm-elf" compiler generates). So, I need to install "arm-eabi" version cross-compiler because the simulator can accept EABI binary code.
So, recently, I was struggling to install "arm-eabi-gcj" into my laptop.
The problem is about "libgcj.jar" file.
I could download "libgcj-4.1.2-51.el5.x86_64.rpm" from this web-site http://rpm.pbone.net/index.php3/stat/4/idpl/16997778/dir/scientific_linux_5/com/libgcj-4.1.2-51.el5.x86_64.rpm.html.
The problem is that this is RPM file so that I need to get "RPM-GPG-KEY" for this rpm file to unlock it.
However, I cannot find this key. Does somebody have some idea about where I can get this key?
Actually, I could install "arm-eabi" for c, c++. So, we are thinking that we use c++. But, we would like to use Java. So, does someone know about how I can get GPG-KEY for libgcj.jar or other way.
Thank you for reading!
Sincerely,
Mao Ito