Login
Register
Menu
Home
Help
Search
Donations
AROS Exec
Development
Development (General)
set build system x64 to compile existent source code of programs on archives
set build system x64 to compile existent source code of programs on archives
salvo
·
397
« previous
next »
Print
Pages:
1
Go Down
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
set build system x64 to compile existent source code of programs on archives
on:
December 22, 2021, 12:37:17 PM
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
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #1 on:
December 22, 2021, 01:40:36 PM
i have installed ubuntu 18.04 lts
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #2 on:
December 22, 2021, 01:56:54 PM
ok try to compile the build system
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #3 on:
December 22, 2021, 03:04:34 PM
the toolchain I can compile it without problems, the core no, I tried
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #4 on:
December 22, 2021, 03:37:16 PM
I am not suitable for porting, at least I tried it
hi
all best
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #5 on:
December 22, 2021, 06:58:35 PM
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
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #6 on:
December 22, 2021, 07:14:15 PM
ok native core x64 and contrib are ok
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #7 on:
December 28, 2021, 07:37:20 PM
i installed the sdk it is right like that?
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #8 on:
December 28, 2021, 07:55:03 PM
after installing the sdk what should I do exactly if everything went well
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #9 on:
December 28, 2021, 08: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
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
muibase
Newbie
Posts:
26
Karma:
+65/-0
Re: set build system x64 to compile existent source code of programs on archives
Reply #10 on:
December 28, 2021, 10:41:23 PM
Quote from: salvo on December 28, 2021, 07:37:20 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?
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #11 on:
December 29, 2021, 12:36:45 AM
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
«
Last Edit: December 29, 2021, 01:24:05 AM by salvo
»
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
deadwood
AROS Developer
Legendary Member
Posts:
1002
Karma:
+103/-0
Re: set build system x64 to compile existent source code of programs on archives
Reply #12 on:
December 29, 2021, 07: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.
salvo
Legendary Member
Posts:
1760
Karma:
+20/-4
Peace an Love
Re: set build system x64 to compile existent source code of programs on archives
Reply #13 on:
December 29, 2021, 12:54:55 PM
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
HP Z400 Intel Xeon W3565 3.20 Ghz, 8 Gb Ram, SSD 250 Gb, HD 500 Gb, Nvidia G210 1 Gb
Print
Pages:
1
Go Up
« previous
next »
AROS Exec
Development
Development (General)
set build system x64 to compile existent source code of programs on archives
Search
Username
Password
Always stay logged in
Forgot your password?