AROS Vanilla x86-64

miker1264 · 7230

magorium

  • Legendary Member
  • *****
    • Posts: 632
    • Karma: +62/-0
  • Convicted non contributor
Reply #45 on: March 06, 2023, 05:46:36 PM
@magorium i have to compile first toolchain-x86_64 then core-pc-x86_64 and core-contrib-pc-x86_64, core-linux-x86_64 (DEBUG) it gives me an error
What error ? (you did not post anything)  :)

And when did you got the error exactly ? Only with building the last (e.g. core-linux-x86_64 (DEBUG) ) ?

What platform are you compiling on ?

If it is linux then you could use tee to pipe the output and error to both the terminal and a logfile. The latter could be posted somewhere (or you could copy the relevant failing lines).

edit: There should be an error log somewhere by default but I do not know the exact location/name.
« Last Edit: March 06, 2023, 05:55:39 PM by magorium »



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #46 on: March 06, 2023, 06:08:02 PM
now reinstalled the system and did not compile core-linux-x86_64 (DEBUG) only the first mentioned, @miker i have this folder in my system after the compilation



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #47 on: March 06, 2023, 06:28:55 PM
@magorium

Ok. I will follow your method. I see a couple things I missed.



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #48 on: March 19, 2023, 08:26:45 PM
I tried to compile AROS x86-64 again and again it stops at pci.ids but why?

Does anyone else have this problem? It couldn't find ftdmo2121.zip file either. :'(



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #49 on: March 20, 2023, 12:10:39 AM
It tries downloading pci.ids from remote servers (see the log for URLs). Maybe these servers were down when you were building or you had some network issues. Check if you can access the URLs from the build machine.



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #50 on: March 20, 2023, 07:11:03 AM
It tries downloading pci.ids from remote servers (see the log for URLs). Maybe these servers were down when you were building or you had some network issues. Check if you can access the URLs from the build machine.

@deadwood

My mistake. It was a bad internet connection. I had to restart the VM for Ubuntu 20.04 for the internet to work.

If nothing else I'm gaining experience compiling sources.  :)

Whew!  8)

That took about an hour to complete! See screenshot.

I couldn't get TinyAros to install Hosted On Linux because I couldn't find install.sh or hosted-install.sh and AROS One x86-64 isn't available.

AROS Vanilla (ABIv11) is installed as Native in VMWare which I did test. I tested gcc in a Wanderer shell. In fact I copied the development directory 3 times to make sure!

So to get a Hosted on Linux version to test I compiled it...

« Last Edit: March 20, 2023, 08:26:37 AM by miker1264 »



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #51 on: March 20, 2023, 08:40:15 AM
@deadwood

I installed the development tools for AROS ABIv11 Hosted On Linux (Ubuntu 20.04) & copied Package_Startup to AROS:S directory.

As you can see we now have gcc in the shell. Nice!  ;)

But when trying to compile a source file I get an error.

"gcc: error trying to exec 'ccl' : execvp : No such file or directory" So it seems 'ccl' is missing but gcc seems otherwise functional.

By contrast gcc on AROS ABIv11 Native (On WMWare) doesn't even provide the version number which seems like it isn't working at all.

« Last Edit: March 20, 2023, 08:48:40 AM by miker1264 »



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #52 on: March 20, 2023, 09:01:00 AM

By contrast gcc on AROS ABIv11 Native (On WMWare) doesn't even provide the version number which seems like it isn't working at all.

No Miker, on VMware GCC shows correctly the version, see screenshot, there are only problems in compilation, as reported  Here  this morning, Built ABIv11 is full of problems or Bugs.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #53 on: March 20, 2023, 10:14:00 AM
@miker1264

I prepared for you a hosted package with working GCC: https://axrt.org/development/AROS-20221221-1-linux-x86_64-system-devtools.zip

See screenshot below. The main.c and main.cpp are in the package so you can immediately test if things work.



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #54 on: March 20, 2023, 10:31:57 AM
@deadwood

Thanks!

I'm downloading and installing it now. Testing to follow.

I'm using a really slow USB 2.0 Flash Drive.
« Last Edit: March 20, 2023, 10:38:22 AM by miker1264 »



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #55 on: March 20, 2023, 11:31:53 AM
@deadwood

Aha!

AROS Vanilla x86-64 is working well. (It's not really a distro - it's just a test system).

This is what I did. I copied your compiled binaries to a VM. But when I tried to start it using AROSBootstrap it complained that it need an updated graphics lib for Linux.

But I knew that my AROS Vanilla that I just compiled works. So I deleted all the system files except Demos, Extras, Development & S assuming those directories contained the goodies!

Then I copied my AROS Vanilla system files over top of that then strated using AROSBootstrap....and it works! The first Classic Amiga Icon has just exported ILBM to Ram Disk.

I couldn't for some reason compile main.c it complained of missing symbols. But I compiled my IconSplit CLI program and it works beautifully.

So the new gcc in the shell works!






deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #56 on: March 20, 2023, 11:51:11 AM
Good to know things are working for you now :)



miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #57 on: March 20, 2023, 11:58:51 AM
Good to know things are working for you now :)

The gcc in the shell is working now so that will speed up compiling & testing small apps.

Now we need a simple text editor with syntax highlighting similar to SciTe then a complete IDE inside AROS. It's on my wish list.

I'm going to keep my Build System separate from the test system. In case I mess things up on one or the other.

It's good that my Build System is up to date and working also. I have a backlog of sources to compile.  ;)




AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3755
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #58 on: March 20, 2023, 12:02:07 PM
miker should you need it, my version of AROS One v11 Hosted Linux works fine, to run it you just need to run the  file "AROSBootstrap"


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #59 on: March 20, 2023, 12:19:42 PM
great miker :)