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 <23h...@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 > <skip.tavakkol...@gmail.com> wrote: >> https://bitbucket.org/9nut/drawterm-arm-patch >> >> On Mon, Apr 2, 2012 at 8:43 AM, hiro <23h...@googlemail.com> wrote: >>> Trying to compile, but it seems like armv7 is not supported. >>> Anything I could try or do? >>> >>> >>> arch=`uname -m|sed 's/i.86/386/;s/Power Macintosh/power/; >>> s/x86_64/amd64/'`; \ >>> (cd posix-$arch && make) >>> cd: 2: can't cd to posix-armv7l >>> make: *** [libmachdep.a] Error 2 >>> >> >