Displaying 1 result from an estimated 1 matches for "armv71".
Did you mean:
armv7
2013 Feb 08
1
rpmbuild for different architecture [OT?]
...OK.
I'm trying to build an RPM on a CentOS VM targeted to run on an ARM architecture machine.
I have a test program, prime, that I cross compiled on my VM and when I copy it onto
my target machine it runs correctly. Now I want to package it in an RPM.
On my target machine, I run
$ uname -m
armv71
so on the VM I wrote my spec file and ran
$ rpmbuild -ba --target armv71 prime.spec
...
processing files: prime-1.0-1.armv71
unknown, 0: Warning using regular magic file '/etc/magic'
Requires(rpmlib): rpmlib(payloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1
......