Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

AROS 2025****X Development

Last updated on 5 months ago
D
deadwoodAROS Dev
Posted 5 months ago

AMIGASYSTEM wrote:

@AMIGASYSTEM
Regarding the problem with the compilation of the Raudio Player, on AROS One 32Bit it seems that the compilation was successful, although there is an error that did not compile.


It worked because the archive contains pre-compiled libraudio.a. If you want to compile this for 64-bit, you need to ask Serk to create a 64-bit version of raylib.
A
Amiwell79Distro Maintainer
Posted 5 months ago
When I insert the USB cable it gives me DH0 illegal access error
A
Amiwell79Distro Maintainer
Posted 5 months ago

deadwood wrote:

@deadwood -

I checked the source. Changes to Poseidon USB class and camd.library are already integrated into AROS. The only thing was to compile usbmidi file. Please find it attached. Note: it's a straight recompilation - I have no way to testing if it will work.


We don't have software to test it, I'll try to insert the MIDI cable to see if it detects it
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 5 months ago
Thanks, I knew the Clipboards were for cut-paste, I always used the Clipboards also on Amiga for various tests, now since it could confuse the system I will avoid using it.

Regarding the problem with the compilation of the Raudio Player, on AROS One 32Bit it seems that the compilation was successful, although there is an error that did not compile.

The compiled Raudio track seems to work fine (See screenshot), can I consider it correct to put it on ArosArchive ?
You do not have access to view attachments
D
deadwoodAROS Dev
Posted 5 months ago


I checked the source. Changes to Poseidon USB class and camd.library are already integrated into AROS. The only thing was to compile usbmidi file. Please find it attached. Note: it's a straight recompilation - I have no way to testing if it will work.
You do not have access to view attachments
D
deadwoodAROS Dev
Posted 5 months ago
The archive does not contain source for the library only sources for the player - that is why you are getting error "cannot find -lraudio'

Also, please don't do any actions is RAM:Clipboards. This is a system directory used for copy-paste and working with files there might confuse system. If you want to use RAM, use RAM:T which is a temporary directory in RAM.
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 5 months ago
I tried compiling "raudio" see attached aros archive link, with AROS One 32Bit the compilation was successful, and the obtained raudio binary works fine.

On AROS One 64Bit (both Vmware Windows, and Linux Hosted) I have errors with both GCC 6.5.0 and GCC 10.5.0, although the errors are different, see the 2 screenshots

https://archives....6-aros.zip
You do not have access to view attachments
D
deadwoodAROS Dev
Posted 5 months ago

AMIGASYSTEM wrote:

@AMIGASYSTEM

I also noticed that there is still a "duplicate" Catalogs, there are "catalan" and "catalonian", Catalonia is an "Autonomous Community of Spain".



I'll fix that when synchronizing translations after the release. catalonian will be removed.
D
deadwoodAROS Dev
Posted 5 months ago

AMIGASYSTEM wrote:

@AMIGASYSTEM - deadwood a question ! I noticed that the files of the Contrib have different sizes, for example the Libs folder, I assume it's the difference in the compilation, should I overwrite those of the Build ?


They are built from exactly same sources, but for sake a clarity, please always use file that came on the ISO instead the one from Contrib.
G
GDroidJunior Member
Posted 5 months ago
Catalan is a language of Spain (not Spanish, another Latín Dialect), Catalonianian and similar are the same...

Where can I try any Linux Hosted for ArosX86?
Is there any link to just Download and make a try?
Edited by GDroid on 19-04-2025 05:32, 5 months ago
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 5 months ago
deadwood a question ! I noticed that the files of the Contrib have different sizes, for example the Libs folder, I assume it's the difference in the compilation, should I overwrite those of the Build ?

I also noticed that there is still a "duplicate" Catalogs, there are "catalan" and "catalonian", Catalonia is an "Autonomous Community of Spain".

In the Demo folder of the Buid, folder MCC_NList, the demo "NList-Demo" crashes WMware and Guru on AROS Hosted
D
deadwoodAROS Dev
Posted 5 months ago
Hi All,

We are almost there with the release! Here are RC (release candidate) versions:

https://axrt.org/development/tmp/AROS-20250418-RC1-any-x86_64-contrib.tar.bz2
https://axrt.org/development/tmp/AROS-20250418-RC1-linux-x86_64-system.tar.bz2
https://axrt.org/development/tmp/AROS-20250418-RC1-pc-x86_64-boot-iso.zip

Changes compared to 64D14:
- Prefs/Boot
- L/ram-handler
- Devs/Drivers/vmwaresvga.hidd
- C/Partition

For contrib, fixes are in:
- Libs/SDL.library

If no major issues are found, these builds will become the final release builds next week.

Full changelog:


AROS ABIv11 20250418-1 changes:

 Functionalities:
 AROS is now built with GCC 10.5.0 (Johan G)
 Network, audio and video drivers for VirtualBox, VMware and QEMU are improved and stabilized (deadwood)
 64-bit native kernel received multiple fixes and is now stable (deadwood)
 Warm reboot is now more stable on several configurations (deadwood)
 Added several wide-char functions to C library (Deremon)
 Boot menu is simplified to provide best user experience by default (deadwood)

 Updates:
 AROS build system (deadwood, Johan G)
 InstallAROS v1.31 (deadwood)
 Documentation (deadwood)
 Kernel (deadwood)
 ahci.device v1.0 (deadwood)
 e1000.device v1.0 (deadwood)
 vmwaresvga.hidd v45.7 (deadwood)
 Prefs/Apperance v1.5 (deadwood)

 64-bit support:
 pcnet32.device, e1000.device (fixed to work on 64-bit) (deadwood)
 HDAudio.audio, sb128.audio (fixed to work on 64-bit) (deadwood)
 AVX registers are now preserved when doing task switch (deadwood)
 z1.library (generate SSE4.1 code only when CPU support the instructions) (deadwood)
 System/FTManager (fixed to work on 64-bit) (deadwood)

 Functional fixes:
 dos.library (deadwood)
 InstallAROS (bugs: problems with UI elements after re-work) (deadwood)
 vmwaresvga.hidd (improved to work no both VMware and VirtualBox) (deadwood)
 Editor (bugs: #180) (DreamOS82)
 sfs-handler (bugs: offline volumes don't process ACTION_REMOVE_NOTIFY, missing ACTION_DIE) (deadwood)
 Wanderer (bugs: wrong matching of existing icons to volumes) (deadwood)
 crt.library (bugs: #123) (deadwood)
 diskimage.device (deadwood)
 Prefs/Boot (bugs: wrong parsing of some options) (retrofaza)
 C:Partition (bugs: creating AROS partitions when there are other partitions fails) (deadwood)

 Stability fixes:
 asl.library (bugs: crash with file requester) (deadwood)
 processor.resource (bugs: crash on QEMU) (deadwood)
 i8042.hidd (bugs: crash at system reset) (deadwood)
 crt.library (bugs: crash in vfork()) (deadwood)
 ram-handler (bugs: crash when using ExNext and file deleted) (deadwood)

 68k support:
 amigavideo.hidd (faster LUT rendering, fix OCS and AGA cursor) (Johan G)
 graphics.library (improved detection and initialization of AGA) (Johan G)
 keyboard.device (bugs: #176) (Broadblues)

 ARM support:

Amiwell79, Deremon, retrofaza
A
Amiwell79Distro Maintainer
Posted 5 months ago
Many ThanksCool
D
deadwoodAROS Dev
Posted 6 months ago
Let me see - if this is a quick and easy compile I can try doing it.
A
Amiwell79Distro Maintainer
Posted 6 months ago
The file unfortunately is on archives inside the usbmidi package in theory should be included in the builds
D
deadwoodAROS Dev
Posted 6 months ago
Both 32-bit and 64-bit build have a file "debugdriver" in Devs:Midi so I'm not sure what driver you are refering to. If there is a file on 32-bit ISO that is not present on 64-bit please point me to the exact file.
A
Amiwell79Distro Maintainer
Posted 6 months ago

deadwood wrote:

@deadwood - I'm not sure what you mean. camusbmidi.class in part of ISO (SYS:Classes/USCool


Driver is missing in devs/midi
D
deadwoodAROS Dev
Posted 6 months ago
Glad to hear that Like
AMIGASYSTEMAMIGASYSTEMDistro Maintainer
Posted 6 months ago
Deadwood, I have good news my 2 Laptops ACER ASpire 5920 and AROS 64Bit both boot AROS 64Bit via the "noacpi" option in the Grub.

Native card on the 2 Laptops not supported (also on AROS 32Bit)
ACER Aspire 5920, no Audio (also on AROS 32Bit)
Samsung R730, Touchpad does not work, USB Mouse works fine
D
deadwoodAROS Dev
Posted 6 months ago
I'm not sure what you mean. camusbmidi.class in part of ISO (SYS:Classes/USCool
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot reply in this discussion thread.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.
Users who participated in discussion: deadwood, paolone, AMIGASYSTEM, retrofaza, Amiwell79, mmartinka, OlafSch, mattson62, Farox, GDroid, Mazze