From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 2 Apr 2012 16:32:27 -0700 Message-ID: From: Skip Tavakkolian To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] drawterm armv7 Topicbox-Message-UUID: 74e10524-ead7-11e9-9d60-3106f5b1d025 I did this a while back (with Russ' help). I think I recall Russ also suggesting the change you made, but my devices -- Sheeva/Guru Plug (i.e. ARMv5) -- don't have ldrex/strex. -Skip On Mon, Apr 2, 2012 at 3:16 PM, hiro <23hiro@googlemail.com> wrote: > 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/am= d64/'`; \ >>> =A0 =A0 =A0 =A0(cd posix-$arch && =A0make) >>> cd: 2: can't cd to posix-armv7l >>> make: *** [libmachdep.a] Error 2 >>> >> >