Re: Openbsd 3.7's GAS assembler gave me a "sh: hello: Operation not permitted" =/

2005-07-11 Thread edgar mortiz
joel, sorry if i wasn't able to include the mount settings i have .. i have read this case about the noexec could cause the Operation Not Permitted .. but here's my mount settings $ mount /dev/wd0a on / type ffs (local) /dev/wd0d on /home type ffs (local, nodev, nosuid) /dev/wd0e on /tmp type

Openbsd 3.7's GAS assembler gave me a "sh: hello: Operation not permitted" =/

2005-07-11 Thread edgar mortiz
Hello, I'm interested in learning gas (gnu assembler) on the openbsd platform. i started getting some intro documentation at www.linuxassembly.org and try out a "Hello World" code below. on a openbsd 3.7 GENERIC. $ cat hello.s .data msg: .ascii "Hello, World!\n" len = . - msg