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 >> >