[go-nuts] Re: Porting Go to New Platforms

2016-06-27 Thread distributed
Hi Efraim You can take a binary built for linux/386, copy it to a QNX system and run it. The QNX loader will load and execute these binaries. Of course the program will not get very far during its execution, I think it crashes at the first "int $0x80" instruction, which is to be expected. This

[go-nuts] Re: Porting Go to New Platforms

2016-06-24 Thread Efraim Sealman
Hello, Can you please share some info about how you made the go binary to run on QNX? Aram, Can you please share what have you done for solaris to support go compiler? Watched the video that you posted and couldn't get much from it. Couldn't find the slides though. We're looking to make the