AROS Vanilla x86-64

miker1264 · 7240

Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #15 on: March 05, 2023, 03:56:46 PM
i like Magellan but do not use because for me is many complicaded DE ;D



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #16 on: March 05, 2023, 10:25:19 PM
Hmmm...problems compiling AROS ABIv11.




Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #17 on: March 05, 2023, 10:31:20 PM
miker I compiled the toolchain-core-x86_64



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #18 on: March 05, 2023, 10:35:36 PM
i used ubuntu 18.04 lts at 64 bit and I followed this

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



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #19 on: March 05, 2023, 10:55:20 PM
@miker1264

Which version of Ubuntu are you using? Thins should work with 20.04 and 22.04.

Also please follow the instruction that @Amiwell pasted. It's a standardized way of building and it worked on many configurations already.



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #20 on: March 05, 2023, 11:05:23 PM
ah ok dedwood try another version of ubuntu



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #21 on: March 05, 2023, 11:08:15 PM
I am using Ubuntu 18.04 I believe. I will verify that.

Those are the instructions I was using.

The x86-64 tool chain built ok. But AROS had an issue.



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #22 on: March 05, 2023, 11:10:18 PM
I too have problems compiling on ubuntu 18.04 miker



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #23 on: March 05, 2023, 11:12:16 PM
I never understand when I compile the toolchain and contrib source what should I do to compile if anyone can help me I'd be happy at least I'm helpful



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #24 on: March 05, 2023, 11:13:17 PM
It's quite possible that it won't work under Ubuntu 18.04. There were some changes in Linux C library which you might have stumbled upon. Best to use 22.04.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #25 on: March 05, 2023, 11:14:48 PM
I never understand when I compile the toolchain and contrib source what should I do to compile if anyone can help me I'd be happy at least I'm helpful

I don't understand. Can you explain what problem are you facing?



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #26 on: March 05, 2023, 11:16:43 PM
I wanted to help compile the software, I install everything through your guide then how should I proceed for the compilation



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #27 on: March 05, 2023, 11:23:50 PM



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #28 on: March 05, 2023, 11:26:21 PM
in the terminal what should I write sorry I'm inexperienced



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #29 on: March 05, 2023, 11:50:16 PM
Ok, now I understand.

Best is to start with some simple applications. Audioevolution definatelly is not one of them. Select something that has 1-2 source files. There are many resources on the internet that can teach you about basics of using make and gcc. It just requires time and practice to learn.