AROS ABIv11 Release Thread

deadwood · 2977

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1374
    • Karma: +111/-0
Reply #120 on: March 06, 2023, 10: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

  • Legendary Member
  • *****
    • Posts: 2947
    • Karma: +64/-1
  • AROS One
    • AROS One
Reply #121 on: March 06, 2023, 10: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: 2359
    • Karma: +32/-4
  • Peace
Reply #122 on: March 12, 2023, 12:18:01 AM
amifox of marcus alb42 works fine :)


deadwood

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



AMIGASYSTEM

  • Legendary Member
  • *****
    • Posts: 2947
    • Karma: +64/-1
  • AROS One
    • AROS One
Reply #124 on: March 12, 2023, 09: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: 1374
    • Karma: +111/-0
Reply #125 on: March 12, 2023, 11: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

  • Legendary Member
  • *****
    • Posts: 2947
    • Karma: +64/-1
  • AROS One
    • AROS One
Reply #126 on: March 12, 2023, 11: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: 2359
    • Karma: +32/-4
  • Peace
Reply #127 on: March 12, 2023, 11: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: 1374
    • Karma: +111/-0
Reply #128 on: March 12, 2023, 02:23:31 PM
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

  • Legendary Member
  • *****
    • Posts: 2947
    • Karma: +64/-1
  • AROS One
    • AROS One
Reply #129 on: March 12, 2023, 05:52:38 PM
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: 2359
    • Karma: +32/-4
  • Peace
Reply #130 on: March 18, 2023, 02:43:23 PM
currently with the alpha 3 version I have encountered problems with ahi and DiskImageGui


AMIGASYSTEM

  • Legendary Member
  • *****
    • Posts: 2947
    • Karma: +64/-1
  • AROS One
    • AROS One
Reply #131 on: March 19, 2023, 12:19:15 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.

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: 2359
    • Karma: +32/-4
  • Peace
Reply #132 on: March 19, 2023, 12:45:05 AM
ok amigasystem :)


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1374
    • Karma: +111/-0
Reply #133 on: March 19, 2023, 07: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

  • Legendary Member
  • *****
    • Posts: 2947
    • Karma: +64/-1
  • AROS One
    • AROS One
Reply #134 on: March 19, 2023, 09: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.