I've got Arch isntalled and running on an ODROID C2.
Thought I'd give this a try again to see whether issues I'd encountered previously have been resolved so I can run an armv7h package on the C2.
Using a custom pacman.conf that specifies:
$this->bbcode_second_pass_code('', 'Architecture = armv7h')
I've done the following as root:
$this->bbcode_second_pass_code('', '
pacman -S devtools
mkdir ~/chroot
CHROOT=$HOME/chroot
mkarchroot -C ./pacman.conf $CHROOT/root base base-devel
')
Right at the end of mkarchroot running I get this:
$this->bbcode_second_pass_code('', ':: Running post-transaction hooks...
(1/3) Updating the info directory file...
(2/3) Updating udev Hardware Database...
(3/3) Rebuilding certificate stores...
cp: cannot stat '/etc/pacman.d/gnupg': No such file or directory
setarch: armv7h: Unrecognized architecture
')
Any ideas how/why armv7h is an "Unrecognized architecture"?