On Tue, Nov 10, 2020 at 10:06 AM Hugo Cornelis
wrote:
>
> Hi Mirza,
>
> On Thu, Nov 5, 2020 at 3:18 PM 'Mirza Krak' via golang-nuts
> wrote:
>>
>> On Tuesday, October 20, 2020 at 9:52:17 AM UTC+2 hugo.c...@essensium.com
>> wrote:
>>>
>>> 1. Build the gccgo cross-toolchain with Buildroot: Buildr
s the compiler,
>>>>> rather than gc, for compiling Go applications. We are planning to
>>>>> upstream
>>>>> this and the previous step to Buildroot in the coming months.
>>>>>
>>>>> 3. Implement Go system call bindings: The
Hi Mirza,
On Thu, Nov 5, 2020 at 3:18 PM 'Mirza Krak' via golang-nuts <
golang-nuts@googlegroups.com> wrote:
> On Tuesday, October 20, 2020 at 9:52:17 AM UTC+2 hugo.c...@essensium.com
> wrote:
>
>> 1. Build the gccgo cross-toolchain with Buildroot: Buildroot currently
>> builds a toolchain by fir
o produce correct system call bindings for your target
>>>> environment (so the PowerPC e500 in your case). Most of our development
>>>> time was spent in this last step (it is tricky).
>>>>
>>>> Using this procedure we have ported Docker and
On Tuesday, October 20, 2020 at 9:52:17 AM UTC+2 hugo.c...@essensium.com
wrote:
>
>
> Hi Gerrit,
>
> If I understand correctly, I believe you try to cross-compile Go
> applications to the PowerPC e500 architecture and as a first step you are
> porting Go to this architecture.
>
> We recently
rocedure we have ported Docker and its dependencies and
>>> tools to several ppc 32 bit architectures.
>>>
>>> I hope this helps.
>>>
>>> Hugo
>>>
>>>
>>>
>>> On Tue, Oct 20, 2020 at 6:20 AM gerritbinnenmars
>>>
t clear.
>>> What I am doing is the other way around: using gccgo to build the "go"
>>> cmd.
>>> So clone the "go" source from github and then go build -compiler gccgo
>>> ./cmd/go
>>>
>>> Gerrit
>>>
>>> O
ler gccgo
>> ./cmd/go
>>
>> Gerrit
>>
>> Oorspronkelijk bericht
>> Van: Ian Lance Taylor
>> Datum: 20-10-20 04:25 (GMT+01:00)
>> Aan: Gerrit Binnenmars
>> Cc: golang-nuts
>> Onderwerp: Re: [go-nuts] gccgo problem
Ian, thanks for clearing that up. Will have another look at crosstool-ng.
On Tue, Oct 20, 2020 at 9:21 PM Ian Lance Taylor wrote:
>
> On Tue, Oct 20, 2020 at 8:17 AM Gerrit Binnenmars
> wrote:
> >
> > You are correct, what I try is to cross-compile a go application (in this
> > case Mender clie
On Tue, Oct 20, 2020 at 8:17 AM Gerrit Binnenmars
wrote:
>
> You are correct, what I try is to cross-compile a go application (in this
> case Mender client) for the ppc platform (e500 on a MFC8555 processor).
> 1. I used crosstool-ng instead of buildroot. It has support for "go" as
> experimenta
;
>>
>> On Tue, Oct 20, 2020 at 6:20 AM gerritbinnenmars
>> wrote:
>>
>>> Hello Ian,
>>> Thanks for the quick reaction. It seems my request was not clear.
>>> What I am doing is the other way around: using gccgo to build the "go"
at I am doing is the other way around: using gccgo to build the "go"
>> cmd.
>> So clone the "go" source from github and then go build -compiler gccgo
>> ./cmd/go
>>
>> Gerrit
>>
>> Oorspronkelijk bericht
>> Van: Ian Lance Taylor
>
On Oct 20, 2020, at 2:38 AM, fge...@gmail.com wrote:
>
> After looking at the list of supported platforms on build.golang.org
> and looking at the golang-nuts and golang-dev mailing list archives, I
> can't see the ppc e500 as a supported hardware platform for the go
> compiler (available on golan
thub and then go build -compiler gccgo
> ./cmd/go
>
> Gerrit
>
> Oorspronkelijk bericht
> Van: Ian Lance Taylor
> Datum: 20-10-20 04:25 (GMT+01:00)
> Aan: Gerrit Binnenmars
> Cc: golang-nuts
> Onderwerp: Re: [go-nuts] gccgo problem compiling go fro
On 10/20/20, gerritbinnenmars wrote:
> Hello Ian,Thanks for the quick reaction. It seems my request was not
> clear.What I am doing is the other way around: using gccgo to build the "go"
> cmd.So clone the "go" source from github and then go build -compiler gccgo
> ./cmd/goGerrit
Assuming you are
--Van: Ian Lance Taylor
Datum: 20-10-20 04:25 (GMT+01:00) Aan: Gerrit Binnenmars
Cc: golang-nuts
Onderwerp: Re: [go-nuts] gccgo problem compiling go from source On Mon, Oct 19,
2020 at 2:06 PM Gerrit Binnenmars wrote:>> I used
crosstool-ng successfully to build a go compiler for pp
On Mon, Oct 19, 2020 at 2:06 PM Gerrit Binnenmars
wrote:
>
> I used crosstool-ng successfully to build a go compiler for ppc e500.
> Unfortunately go build does not support ppc therefore go needs to be
> build from source using the amd64 gccgo compiler that I also build
> with crosstool-ng.
>
> Co
Hello,
I used crosstool-ng successfully to build a go compiler for ppc e500.
Unfortunately go build does not support ppc therefore go needs to be
build from source using the amd64 gccgo compiler that I also build
with crosstool-ng.
Compiling go from source fails:
Problem: undefined name stdpkg in
18 matches
Mail list logo