AROS ABIv11 Release Thread

deadwood · 10866

deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #105 on: March 05, 2023, 12:51:29 AM
With AROS ABIv11 with MPlayer the file association does not work, basically if you run a Video, the GUI opens but the video is not shown, see screenshot.

Bug report added: https://github.com/deadw00d/AROS/issues/92



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #106 on: March 05, 2023, 03:57:50 AM
I'm aware of this, fix should be available tomorrow.

Here is fixed crt.library. GCC should not longer Guru

https://axrt.org/development/crt.library-2.1-x86_64-v11.zip



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #107 on: March 05, 2023, 05:18:05 AM
Ok thanks deadwood, GCC works fine, no GURU, see screenshot !

I will fix the Path tonight and then try to compile something simple if I can.


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #108 on: March 05, 2023, 05:25:36 AM
I will fix the Path tonight and then try to compile something simple if I can.

Looking forward to it :)



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #109 on: March 05, 2023, 05:58:19 AM
For Path no problem, usual bug, if GCC run from Shell from Icon (System:Shell), it is not "found"

If instead you use Shell from Wanderer menu the GCC is found without moving to Bin :)

Ok tonight when I get home I will do some compilation tests !


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #110 on: March 05, 2023, 11:47:11 AM
deadwood one question, AROS x86 sources, to be compiled with GCC ABIv11 must first be modified to be compatible, or can they be compiled without any modification?


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #111 on: March 05, 2023, 11:55:17 AM
deadwood one question, AROS x86 sources, to be compiled with GCC ABIv11 must first be modified to be compatible, or can they be compiled without any modification?

If you have some source that compiled for ABIv0, then it will most likely compile without any change for ABIv11.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #112 on: March 05, 2023, 12:32:01 PM
I tried to compile a small source in C "bintoiso.c", on ABIv0 the compilation was successful, in the screenshot you see Shell in Red

GCC on ABIv11 (Shell Blue) on the other hand crashed without giving any message, even the system crashes !


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #113 on: March 05, 2023, 12:34:43 PM
Can you make the source code available?



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #114 on: March 05, 2023, 12:38:08 PM
Can you make the source code available?


deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #115 on: March 05, 2023, 12:42:21 PM
I didn't get a crash on linux-x86_64, but native have a different kernel which can cause this. Try setting the stack to 1024000 and see if that helps.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #116 on: March 05, 2023, 02:22:27 PM
I used that Stack but nothing changes, now I try to copy the development folder, maybe there is something corrupted 


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #117 on: March 05, 2023, 06:15:42 PM
Maybe the problem is caused by unpacking the "Contrib" archive,  i tried unpacking again, and this time I have the error
« Last Edit: March 05, 2023, 07:08:40 PM by AMIGASYSTEM »



deadwood

  • AROS Developer
  • Legendary Member
  • *****
    • Posts: 1524
    • Karma: +118/-0
Reply #118 on: March 05, 2023, 10:50:56 PM
Ok, that's possible. See if you have the file mentioned (cc1). Otherwise start Sashimi and see if you get some debug output on it.



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3740
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #119 on: March 06, 2023, 03:35:18 AM
The file "cc1" is present, allegoscreenshot report Sashimi