AROS World Exec

Development => Development (General) => Topic started by: Amiwell on December 22, 2021, 05:37:17 AM

Title: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 22, 2021, 05:37:17 AM
ok

first step:

compile the build system from deadwood repository (abiv11)

second step:

download source code of programs on archives

third step:

how proceded for compilation?

thank you
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 22, 2021, 06:40:36 AM
i have installed ubuntu 18.04 lts
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 22, 2021, 06:56:54 AM
ok try to compile the build system
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 22, 2021, 08:04:34 AM
the toolchain I can compile it without problems, the core no, I tried  :-\
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 22, 2021, 08:37:16 AM
I am not suitable for porting, at least I tried it :-\

hi

all best
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 22, 2021, 11:58:35 AM
on abiv0 I compiled the native version with contrib, now I have finished compiling the native core no hosted, I will proceed later with the contrib
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 22, 2021, 12:14:15 PM
ok native core x64 and contrib are ok
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 28, 2021, 12:37:20 PM
i installed the sdk it is right like that?

(https://i.ibb.co/12GctLC/SDK.png) (https://ibb.co/x5qZtDn)
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 28, 2021, 12:55:03 PM
after installing the sdk what should I do exactly if everything went well  :-\
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 28, 2021, 01:08:46 PM
ok understand i have to use a similar string to compile


"../toolchain-alt-abiv0-i386/i386-aros-gcc --sysroot bin/linux-i386/AROS/Development local/helloworld/helloworld.c -o local/helloworld/helloworld"

thank you Mr. Steffen
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: muibase on December 28, 2021, 03:41:23 PM
i installed the sdk it is right like that?

I don't think this worked due to the errors you got.

Do you have a link to the SDK you downloaded?
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 28, 2021, 05:36:45 PM
i downloaded the x86_64 source tree and ran the sdk script inside AROS / tools

https://github.com/deadw00d/AROS/blob/master/INSTALL.md

ps.the native version they managed to compile, the hosted version did not
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: deadwood on December 29, 2021, 12:49:23 AM
@salvo

I don't guarantee that the SDK script works in my repository. INSTALL.md contain the way of building AROS from my repository that I use and make sure works.
Title: Re: set build system x64 to compile existent source code of programs on archives
Post by: Amiwell on December 29, 2021, 05:54:55 AM
I managed to compile aros-x86_64 native hosted no gave me errors, yes the SDK script maybe he will have some problems

thank you Deadwood :)