AROS ABIv11 Release Thread

deadwood · 10849

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #120 on: March 06, 2023, 03:39:51 AM
I see the problem with undefined symbols. This is something that should not be happening. I think you are right and extraction from archive somehow damaged the file.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #121 on: March 06, 2023, 03:49:55 AM
You should try using a different compressor that is supported well by all platforms, perhaps RAR or ZIP would be a good solution.



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #122 on: March 11, 2023, 05:18:01 PM
amifox of marcus alb42 works fine :)



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #123 on: March 12, 2023, 12:23:39 AM
That's good development :)



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #124 on: March 12, 2023, 03:55:33 AM
deadwood, I would like to report that with AROS ABIv11 the Network does not work with VMware !


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #125 on: March 12, 2023, 05:00:40 AM
deadwood, I would like to report that with AROS ABIv11 the Network does not work with VMware !

I understand, that's possible. If VMWare has emulation of different network devices, you can try to see if all the drivers fail.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #126 on: March 12, 2023, 05:26:28 AM
I have already tried the various network devices without success, but AROS Network Prefs side, should I set a Device other than PCNet32.device?


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #127 on: March 12, 2023, 05:43:13 AM
That's good development :)
yes is possible try to compile more application for this architecture, finally we works fine.



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #128 on: March 12, 2023, 08:23:31 AM
I have already tried the various network devices without success, but AROS Network Prefs side, should I set a Device other than PCNet32.device?

Well, yes. On AROS side you need to set the device that matches the virtual hardware. Try e1000.device if you have Intel PRO/1000 set on VM side.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #129 on: March 12, 2023, 11:52:38 AM
With 1000.device Network Preferences crashes, the PC I use withVMware has a "Gigabit Intel(R) 82567LF-3" as the Network Card


Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #130 on: March 18, 2023, 08:43:23 AM
currently with the alpha 3 version I have encountered problems with ahi and DiskImageGui



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #131 on: March 18, 2023, 06:19:15 PM
I see the problem with undefined symbols. This is something that should not be happening. I think you are right and extraction from archive somehow damaged the file.

After doing some tests, I think the problem is in the x86 Build, I installed "AROS One + ABIv11 Host Linux", and the GCC worked fine, and the source compilation also worked correctly, see screenshot.

Then I used the "same Development folder" on x86 and got the usual error



Amiwell

  • Legendary Member
  • *****
    • Posts: 2616
    • Karma: +35/-4
  • Peace
Reply #132 on: March 18, 2023, 06:45:05 PM
ok amigasystem :)



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #133 on: March 19, 2023, 01:09:25 AM
Then I used the "same Development folder" on x86 and got the usual error

That's quite possible. Which driver are you using in your native installation? ide.device or ahci.device?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #134 on: March 19, 2023, 03:24:37 AM
My Native test was done only on VMWare ! the error happens even if you run GCC from the ISO, without the need to install it.