Re: [go-nuts] Re: Running golang compiled binary on QNX

2019-09-12 Thread Wojciech S. Czarnecki
On Wed, 11 Sep 2019 05:45:18 -0700 (PDT) scab...@gmail.com wrote: > Right. I could have my question better. > The real question is whether there is any hope of QNX support in go. If you work for a company that pays a few million bucks yearly for qnx licenses AFAIK BlackBerry will be happy to do

Re: [go-nuts] Re: Running golang compiled binary on QNX

2019-09-11 Thread Ian Lance Taylor
On Wed, Sep 11, 2019 at 6:18 AM wrote: > > Right. I could have my question better. The real question is whether there is > any hope of QNX support in go. It's no surprise that a GOARCH=386 GOOS=linux > binary would not work. I don't see anything that would make it impossible to port Go to suppo

Re: [go-nuts] Re: Running golang compiled binary on QNX

2019-09-11 Thread scabooz
Right. I could have my question better. The real question is whether there is any hope of QNX support in go. It's no surprise that a GOARCH=386 GOOS=linux binary would not work. On Monday, September 9, 2019 at 10:30:06 PM UTC-4, Adrian Petrescu wrote: > > On 09/09 11:30AM, sca...@gmail.com wrot

Re: [go-nuts] Re: Running golang compiled binary on QNX

2019-09-09 Thread Adrian Petrescu
On 09/09 11:30AM, scab...@gmail.com wrote: It's been at least 18 months since this question was asked. Has anything changed? On Tuesday, January 30, 2018 at 4:44:42 PM UTC-5, sbez...@cisco.com wrote: Hello, I was wondering if anybody managed to get golang compiled binary to run on 32-bit QNX

[go-nuts] Re: Running golang compiled binary on QNX

2019-09-09 Thread scabooz
It's been at least 18 months since this question was asked. Has anything changed? On Tuesday, January 30, 2018 at 4:44:42 PM UTC-5, sbez...@cisco.com wrote: > > Hello, > > I was wondering if anybody managed to get golang compiled binary to run on > 32-bit QNX? > > I compiled it with GOARCH=3