Open main menu

CDOT Wiki β

Changes

LEAP ILP 32

267 bytes added, 17:59, 4 August 2015
no edit summary
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".
* Run "file a.out".
* Check that it says "ELF32", "executable binary" and "statically linked".