Reputation: 1116
I'm trying to use the same CentOS instance to get me to build packages for both versions 5 and 6. Until now everything was working OK, but I think an update in the building instance (6) now includes some dependencies that seems they're not available in version 5:
error: Failed dependencies:
rpmlib(FileDigests) <= 4.6.0-1 is needed by pulse-13.1.0-181013.noarch
rpmlib(PayloadIsXz) <= 5.2-1 is needed by pulse-13.1.0-181013.noarch
My question: is there any way of doing this? Is this even suppose to work i.e. building RPM
for different target versions?
Upvotes: 3
Views: 756
Reputation: 1536
There are two ways whose performance is better than normal VM:
Upvotes: 1
Reputation: 1771
you can try crosstool-ng. OSDev Wiki page has a lot of information about cross compilation.
Upvotes: 0