Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread Stanley Lieber
yes, it is sure that it will not work. sl

Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread Mats Olsson
Thanks for your input! I went for the third option. Copying the uncompressed source go dir to the fat partition on the SD card and then copying it from there to my home directory in which I planned to compile it. Is it sure that go can't be compiled and work on Plan 9 on a Raspberry Pi? Greetings

Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread sl
In case it wasn't entirely clear, go for arm does not currently work on Plan 9. sl

Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread Quintile
mount the usb partition using the command "usb:" Note, the : is part of the command's name. it prints the path to the mounted directory. merry Christmas one and all. -Steve > On 24 Dec 2014, at 15:38, Mats Olsson wrote: > > Thanks David! > > Have to think a little about how to make this

Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread Mats Olsson
Thanks David! Have to think a little about how to make this work. I have the sources uncompressed on an SD card connected to the Raspberry Pi and it comes up as /dev/sdU0.0 I think. But I don't know how to copy the sources from there to my home directory. If you have any idea I'm all ears. Otherwi

Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread David du Colombier
On Wed, Dec 24, 2014 at 3:53 PM, Mats Olsson wrote: > OK, thanks for your input. Looking forward to it. I've tried to import > the sources of Go and have failed. First I tried with "wget" a command > that doesn't exist in Plan 9. Looking in bin I found "webfsget" tried > it and the screen was fill

Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread Mats Olsson
OK, thanks for your input. Looking forward to it. I've tried to import the sources of Go and have failed. First I tried with "wget" a command that doesn't exist in Plan 9. Looking in bin I found "webfsget" tried it and the screen was filled with "runes". Deleted it and still I can't get the syntax

Re: [9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread David du Colombier
Go doesn't support Plan 9 on ARM yet. Anthony Martin is working on the plan9/arm port, and it might be available for the 1.5 release in July. -- David du Colombier

[9fans] Installing Go in Plan 9 on the Raspberry Pi.

2014-12-24 Thread Mats Olsson
Hi! I'm running the Plan 9 from Bell Labs on a Raspberry Pi. It's the 9pi ported to Raspberry Pi by Richard Miller. I've managed to install Go on a Linux box but I would rather use Plan 9 OS since it's my preference among operative systems. The problem is that it means that I will have to compile