Building plan9port on an arm box I get this message several times:

sh: cd: 4: can't cd to armv5tel


At the end of the build the only binary in plan9/bin is mk:

$ file bin/* | grep ELF
bin/mk:        ELF 32-bit LSB executable, ARM, version 1 (SYSV), for GNU/Linux 
2.6.14, dynamically linked (uses shared libs), not stripped


In src/lib9 I symlinked getcallerpc-arm.c to getcallerpc-armv5tel.c; this made 
lib9 build but it's not enough to build the executables. How do I specify the 
architecture to the build system? I guess the setarch command may work, but I'd 
need to compile it too and I'd ideally like to work without that particular 
hack.

-- 
Ethan Grammatikidis

Those who are slower at parsing information must
necessarily be faster at problem-solving.

Reply via email to