From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 3 Apr 2012 00:16:19 +0200 Message-ID: From: hiro <23hiro@googlemail.com> To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] drawterm armv7 Topicbox-Message-UUID: 74dc8346-ead7-11e9-9d60-3106f5b1d025 Thanks, it works. But I had to change tas to use ldrex and strex instead of swp. And gcc inline asm sucks. On Mon, Apr 2, 2012 at 18:19, Skip Tavakkolian wrote: > https://bitbucket.org/9nut/drawterm-arm-patch > > On Mon, Apr 2, 2012 at 8:43 AM, hiro <23hiro@googlemail.com> wrote: >> Trying to compile, but it seems like armv7 is not supported. >> Anything I could try or do? >> >> >> arch=3D`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; s/x86_64/amd= 64/'`; \ >> =C2=A0 =C2=A0 =C2=A0 =C2=A0(cd posix-$arch && =C2=A0make) >> cd: 2: can't cd to posix-armv7l >> make: *** [libmachdep.a] Error 2 >> >