Changes

Jump to: navigation, search

LEAP ILP 32

266 bytes added, 12:04, 19 August 2015
no edit summary
Current state:
At the current state, gcc-ilp32 (gcc-4.9.2) is created to be correctly installed in the separate tree (/opt/ilp32/). Latest version of gcc can be found here: http://blue/koji/buildinfo?buildID=30942It correctly produces Aarch64ELF32 files, using the technique, describe below in "Testing ILP32" section. Binutils 2.24 were created to provide scripts that are needed by the linker to work with ILP32 files.There will not be two different versions of Binutils, only one, with the scripts already there. Latest version can be found here:http://blue/koji/buildinfo?buildID=30943
To do:
We are installing Fedora 22 on one of the builders to have a clean install with Fedora gcc. Then we will try to build our MultiLib capable gcc on that system. When succeeded, we will install our gcc on a LEAP builder, change the spec file for gcc to point towards that MultiLib capable gcc, and produce the final version of our gcc.
 
Testing ILP32:
 
* Create "hello.c" file.
* Add info to it at your discretion.
* Run "/opt/ilp32/usr/bin/gcc -c -mabi=ilp32 hello.c".
* Run "ld -m aarch64elf32 hello.o".
* If you want to run it in one commands, use "/opt/ilp32/usr/bin/gcc -mabi=ilp32 -Xlinker -maarch64elf32 hello.c".
* Run "file a.out".
* Check that it says "ELF32", "executable binary" and "statically linked".
 
 
 
I changed "~/rpmbuild/SPEC/glibc.spec" file in the next way:
I run "rpmbuild -bs glibc.spec" command to get the source rpm.
 
 
 
Testing ILP32:
 
* Create "hello.c" file.
* Add info to it at your discretion.
* Run "/opt/ilp32/usr/bin/gcc -c -mabi=ilp32 hello.c".
* Run "ld -m aarch64elf32 hello.o".
* If you want to run it in one commands, use "/opt/ilp32/usr/bin/gcc -mabi=ilp32 -Xlinker -maarch64elf32 hello.c".
* Run "file a.out".
* Check that it says "ELF32", "executable binary" and "statically linked".

Navigation menu