AROS ABIv0 Development Thread

deadwood · 18668

Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros
Reply #90 on: June 02, 2020, 10:15:15 PM
I speak of odyssey, now I understand why I could not compile it even if I downloaded the sources, the fact is that since there were updates to the openssl library you could do a compilation, including odyssey in alt-abiv0 would not be bad maybe with a ' option in a script if you really want to compile


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1454
    • Karma: +114/-0
Reply #91 on: November 01, 2020, 02:17:21 PM
A few small changes have been pushed to repository. See first post for details.



Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros
Reply #92 on: November 01, 2020, 06:53:32 PM
ok thank youvery much ;)


Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros
Reply #93 on: November 08, 2020, 10:04:33 PM
i have this problem during compilation

[MMAKE] Making compiler-posixc-i386 in arch/i386-all/posixc
make[1]: Nessuna operazione da eseguire per "compiler-posixc-i386".
[MMAKE] Building AROS.includes-stdcio_rel
[MMAKE] Making compiler-posixc-linklib in compiler/posixc
make[1]: Nessuna operazione da eseguire per "compiler-posixc-linklib".
[MMAKE] Nothing known about target linklibs-stdc.static in project AROS
[MMAKE] Making kernel-bootstrap-pc in arch/all-pc/bootstrap
Linking    AROS/Arch/pc/bootstrap...
Link failed: /usr/bin/gcc -std=gnu99   -Wl,-melf_i386 -m32 /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/bootstrap.o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/memory_io.o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/multiboot1.o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/multiboot2.o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/support.o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/vesa_setup.o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/arch/cpu.o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/arch/all-pc/bootstrap/vesa.bin.o -o /home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/AROS/Arch/pc/bootstrap -m32 -Wl,-N,-e,kernel_bootstrap -Wl,-Map,/home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/boot/bootstrap-pc.map -Wl,-T,/home/salvo/myrepo/AROS/arch/all-pc/bootstrap/ldscript.lds -Wl,--no-dynamic-linker -static-libgcc -L/home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/AROS/Development/lib -L/home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/gen/lib   -nostartfiles -lbootstrap -lbootconsole -lstdc.static
/usr/bin/ld: opzione "--no-dynamic-linker" non riconosciuta
/usr/bin/ld: usare l'opzione --help per le informazioni sull'uso
collect2: error: ld returned 1 exit status
make[1]: *** [/home/salvo/myrepo/alt-abiv0-pc-i386/bin/pc-i386/AROS/Arch/pc/bootstrap] Errore 1
[MMAKE] make --no-print-directory TOP=/home/salvo/myrepo/alt-abiv0-pc-i386 SRCDIR=/home/salvo/myrepo/AROS CURDIR=arch/all-pc/bootstrap TARGET=kernel-bootstrap-pc --file=mmakefile kernel-bootstrap-pc failed: 512
[MMAKE] Error: Error while running make in arch/all-pc/bootstrap: No such file or directory
make: *** [bootiso] Errore 10


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1454
    • Karma: +114/-0
Reply #94 on: November 08, 2020, 10:35:04 PM
Can you do:

ld --version

and paste here the output?

What Linux distribution are you using?



Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros
Reply #95 on: November 09, 2020, 12:02:06 AM
hi deadwood

ld -version is 2.24 and use ubuntu 14.04 :-X


Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros
Reply #96 on: November 09, 2020, 12:15:30 AM
as i read in the first post maybe i have to use ubuntu 20.04 ;D


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1454
    • Karma: +114/-0
Reply #97 on: November 09, 2020, 08:52:21 AM
Yes, you need a newer version. I do my builds on 18.04 and 20.04.



Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros
Reply #98 on: November 09, 2020, 11:34:51 AM
ok used ubuntu 18.04 the 20.04 version do not run in my computer :-\


Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros

Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros
Reply #100 on: November 12, 2020, 06:43:39 PM
I would have updated my distribution "tiny aros" with this build if it is of interest :)


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1454
    • Karma: +114/-0
Reply #101 on: November 29, 2020, 03:34:33 PM
I added links to download page in first post



braincure

  • Newbie
  • *
    • Posts: 36
    • Karma: +2/-0
Reply #102 on: December 24, 2020, 09:07:26 PM
Deadwood. I need aros source code and development kit. Can you help with this?



Amiwell

  • Legendary Member
  • *****
    • Posts: 2447
    • Karma: +33/-4
  • Peace
    • Tiny Aros