On (very old) Debian 7 wheezy x64 (the last version before ia64 support was dropped from Deb), I built ski and created chroot using archive:
$ debootstrap --arch=ia64 wheezy /ia64 http://archive.debian.org/debian/
1. User mode
after that running bash from ia64 rootfs with user mode gives me errors like:
$ bski -forceuser -simroot /ia64 -noconsole /ia64/bin/bash
doSyscall: unimplemented system call 1293
doSyscall: unimplemented system call 1293
doSyscall: unimplemented system call 1293
root@debian $ uname -a
Ignoring unimplemented clone() system call
bash: fork: Function not implemented
root@debian $ apt-get --help
Ignoring unimplemented clone() system call
bash: fork: Function not implemented
2. System mode
and with system mode, I get:
$ bski -forcesystem -simroot /ia64 -noconsole /ia64/bin/bash
/ia64/bin/bash - PT_INTERP segment not allowed
bski: Could not open /ia64/bin/bash for reading
is there a way to fix either of these? I want to test build some library code on ia64 without an Itanium system.
On (very old) Debian 7 wheezy x64 (the last version before ia64 support was dropped from Deb), I built ski and created chroot using archive:
$ debootstrap --arch=ia64 wheezy /ia64 http://archive.debian.org/debian/1. User mode
after that running bash from ia64 rootfs with user mode gives me errors like:
$ bski -forceuser -simroot /ia64 -noconsole /ia64/bin/bash doSyscall: unimplemented system call 1293 doSyscall: unimplemented system call 1293 doSyscall: unimplemented system call 1293 root@debian $ uname -a Ignoring unimplemented clone() system call bash: fork: Function not implemented root@debian $ apt-get --help Ignoring unimplemented clone() system call bash: fork: Function not implemented2. System mode
and with system mode, I get:
$ bski -forcesystem -simroot /ia64 -noconsole /ia64/bin/bash /ia64/bin/bash - PT_INTERP segment not allowed bski: Could not open /ia64/bin/bash for readingis there a way to fix either of these? I want to test build some library code on ia64 without an Itanium system.