Re: Gnu Assembler on Openbsd 3.7 "Operation not permitted"

2005-07-05 Thread Ted Hanna
julian, can you please post how you do it on GAS? the work around I've got is from nasm.. i tried to look into the "len=3D .-msg" you pointed out .. same result though.. thanks, dee On 7/5/05, Julian Leyh <[EMAIL PROTECTED]> wrote: > Ted Hanna <[EMAIL PROTECTED]> wrote: > [...] > >

Re: Gnu Assembler on Openbsd 3.7 "Operation not permitted"

2005-07-05 Thread Julian Leyh
Ted Hanna <[EMAIL PROTECTED]> wrote: [...] > len =3D . - msg [...] see the =3D? maybe there is some character which shouldn't be there. try typing the whole program into a new file. cu JRL PS: the code works for me.. -- If you don't remember something, it never existed... If you aren'

Re: Gnu Assembler on Openbsd 3.7 "Operation not permitted"

2005-07-02 Thread Ted Hanna
i was able to get it to work but sadly it's on nasm .. at first i've tried using nasm, yasm, gas and it all came to that one conclusion "Operation not Permitted" but i was able to get this workaround code to label the file OpenBSD so that OpenBSD will run it .. i dunno how this is exactly don

Re: Gnu Assembler on Openbsd 3.7 "Operation not permitted"

2005-07-02 Thread Ted Hanna
mount info; no "noexec" option on my /etc/fstab too $ mount /dev/wd0a on / type ffs (local) /dev/wd0d on /home type ffs (local, nodev, nosuid) /dev/wd0e on /tmp type ffs (local, nodev, nosuid) /dev/wd0g on /usr type ffs (local, nodev) /dev/wd0f on /var type ffs (local, nodev, nosuid) The code I