Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-06-06 Thread Randall Becker
(I may have to write one, something I'm much more comfortable with than the GO port) - I can wrap asm in C code, but I don't know how to get GO to recognize that. On Friday, 5 June 2020 19:03:07 UTC-4, Ian Lance Taylor wrote: > > On Fri, Jun 5, 2020 at 3:46 PM Randall

Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-06-06 Thread Randall Becker
type of processor is notoriously hard, so it > does not surprise me that GCC is not available. > > Gé > > On Fri, Jun 5, 2020 at 4:02 PM Ian Lance Taylor > wrote: > >> On Fri, Jun 5, 2020 at 3:46 PM Randall Becker > > wrote: >> > >> > That&#x

Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-06-05 Thread Randall Becker
That's actually what I figured. So where do I look to add nsx to the toolchain? On Friday, 5 June 2020 17:03:11 UTC-4, Ian Lance Taylor wrote: > > On Fri, Jun 5, 2020 at 12:49 PM Randall Becker > wrote: > > > > Some progress. I've managed to build 1.14.4 using t

Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-06-05 Thread Randall Becker
e key here is that I need to use c99 for cross-compilation. Where do I go next, please? On Wednesday, 27 May 2020 08:01:17 UTC-4, Randall Becker wrote: > > We've gotten nowhere on this despite trying. Installing GO on windows went > fine, based on what Ian suggested, but specif

Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-05-27 Thread Randall Becker
everything and generate a go > toolchain for your platform. At that point you will copy the generated > files to the target platform and test it. > > That will most likely fail in your first attempt. Then go back, fix what > you think is broken and try again. > > On Wed, May 13,

Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-05-13 Thread Randall Becker
On Tuesday, 12 May 2020 20:02:01 UTC-4, Ian Lance Taylor wrote: > > On Tue, May 12, 2020 at 2:17 PM Randall Becker > wrote: > > > > On Tuesday, 12 May 2020 16:55:54 UTC-4, Ian Lance Taylor wrote: > >> > >> On Tue, May 12, 2020 at 1:11 PM Randall Becke

Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-05-12 Thread Randall Becker
On Tuesday, 12 May 2020 16:55:54 UTC-4, Ian Lance Taylor wrote: > > On Tue, May 12, 2020 at 1:11 PM Randall Becker > wrote: > > > > I have the go repository with release-branch.go1.4 checked out on a > Windows/cygwin64 installation. Looking for the bootstrap.bash a

Re: [go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-05-12 Thread Randall Becker
On Monday, 11 May 2020 16:37:31 UTC-4, Ian Lance Taylor wrote: > On Mon, May 11, 2020 at 8:45 AM Randall Becker > wrote: > > > > I know the subject has been covered for other platforms, but this one > (HPE NonStop TNS/X) has a few quirks. > > > > The pla

[go-nuts] Trying to port Go to HPE NonStop x86 - Need some guidance

2020-05-11 Thread Randall Becker
Hi All, I know the subject has been covered for other platforms, but this one (HPE NonStop TNS/X) has a few quirks. 1. The platform does not support gcc at all. Many have spent years trying unsuccessfully to port gcc. 2. The platform does support a solid and POSIX compliant implementa