From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@9fans.net Date: Sun, 16 Jan 2011 10:51:02 +0900 From: kokamoto@hera.eonet.ne.jp In-Reply-To: MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] plan9 go output faults on 9vx but ok on cpu Topicbox-Message-UUID: 9a7bbc30-ead6-11e9-9d60-3106f5b1d025 > On Sat, Jan 15, 2011 at 12:40 PM, wrote: >>> If you try applying http://codereview.appspot.com/3816043/ you can get >>> pretty far.. Your new patch here made me success to make patch. Previous one had problem to patch file_posix.go etc. By the way, now I got the real procedure to get it work, I think. First, compile Go tree as GOOS=linux (not plan9). Second, go to src/pkg/syscall, and GOOS=plan9 make -k install. Third, then go to src/pkg/os, and GOOS=plan9 make -k install. However, even if I could make a binary for Plan 9, I have to compile it on linux machine, and move the binary to Plan 9. Am I right? I tried GOOS=plan9 from top level of the go tree, but it failed somewhere where I didn't dig into more. Kenji