AROS One 68k Work In Progress

AMIGASYSTEM · 69817

AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3762
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #105 on: April 01, 2023, 08:18:20 AM
Probably nothing! xD there's a distro of aros one 68k you have shared through the drive. Presently I am on Android and it doesn't even allow me to see which file you are sharing. It is one distro you've shared which is on a hdf, and has a uae config file. Once I get home I can tell you more details. Still it's something which ocurr in either x86 and 68k

That copy/move not working is an old bug that has been fixed on both X86 and 68k, on the latest Builds and AROS One x86/68k this problem no longer exists.

HDF and and the WinUAE config which you downloaded is just a basic build AROS 68k with my icons !
« Last Edit: April 01, 2023, 08:22:07 AM by AMIGASYSTEM »



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #106 on: April 02, 2023, 09:01:52 AM
Yes please , all I need is gcc , so thank you

Created a Lite version of AROS One 68k with working GCC based on Night "20230213", this version includes only native AROS 68k software, no library or OS3 system files are included, Standard AROS One Icons and graphics.

Included in the Archive is a HardFile, WinUAE optimal configuration and two AROS ROMs found in Night "20230213"

Download AROS One 68k:
https://drive.google.com/file/d/1bhQrC-i4hqm8csLfj7sda2-bbPM0u_PE/view?usp=share_link




Hi AMIGASYSTEM,

I just come arround to compile few things with aros one 68k ,

I can not compile due to  gcc error , can you please compile a basic
Test.c for me.

Test.c

#include <stdio.h>

int main ()
{
printf("Test 12345678");
return 0;
}

Than

gcc -o test test.c


I get errors mainly vfork() and crashes,

Screenshots
https://ibb.co/WPB7jZx
https://ibb.co/RzbtszJ
« Last Edit: April 02, 2023, 09:12:50 AM by serk118uk »

Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3762
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #107 on: April 02, 2023, 11:04:52 AM
I also have the same error on that Lite version of AROS 68k !!!

On my AROS One full, instead it seems to work fine, see screenshot !

I update the Hardfile so that the code "test.c" works fine and I attach you the new HardFile


serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #108 on: April 02, 2023, 01:19:59 PM
I also have the same error on that Lite version of AROS 68k !!!

On my AROS One full, instead it seems to work fine, see screenshot !

I update the Hardfile so that the code "test.c" works fine and I attach you the new HardFile

same download link?

Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3762
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #109 on: April 02, 2023, 01:48:17 PM
I am uploading the new archive, I don't know if the same link will work, in any case I will attach the new link.

I have updated this version of AROS One 68k with the latest Build. i have also associated the files with extension, c, c++, h, o and txt to the System Editor, this way it will be more convenient to examine these kind of files.

I tried to test the most recent version of "amiga-m68k-contrib", but as happened with the other versions, "amiga-m68k-contrib" in the "Development" folder the GCC and other Binary files, result "Not Executable".

I reported this problem, but it was never corrected.





AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3762
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #110 on: April 02, 2023, 02:22:13 PM
Serk here is the new link, the folder name has changed, if you are running the WinUAE config from the Windows Desktopo, you simply need to configure the ROMs and Hardfile to the new file path name.

I hope GCC will also work with more complex sources !

https://drive.google.com/file/d/1eTi9iK45bdGnDpIrPSaZnaDaumGcwQ6e/view?usp=share_link


serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #111 on: April 02, 2023, 06:00:14 PM
Serk here is the new link, the folder name has changed, if you are running the WinUAE config from the Windows Desktopo, you simply need to configure the ROMs and Hardfile to the new file path name.

I hope GCC will also work with more complex sources !

https://drive.google.com/file/d/1eTi9iK45bdGnDpIrPSaZnaDaumGcwQ6e/view?usp=share_link

AMIGASYSTEM no difference, I have to download the full version , where can I download aros one 68k full version from? Any link welcome..thank you tho..

Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3762
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #112 on: April 02, 2023, 06:12:00 PM
Are you sure you tried the attached new version? I downloaded and tested it and GCC works, see screenshot I had posted.

the source file Test.c, do you see it with the new icon? do you use the attached WinUAE configuration ?

The Full version is the same, there are the third-party applications OS3.
« Last Edit: April 02, 2023, 06:24:03 PM by AMIGASYSTEM »



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #113 on: April 02, 2023, 07:00:16 PM
Are you sure you tried the attached new version? I downloaded and tested it and GCC works, see screenshot I had posted.

the source file Test.c, do you see it with the new icon? do you use the attached WinUAE configuration ?

The Full version is the same, there are the third-party applications OS3.

Yes to all above, only location of file changed,  compiles the test file ok, but I am trying to compile more complex project.


See screenshot below link..

https://ibb.co/nj5sYQK


Let me try to compile some basic codes and try. I let you know by tomorrow I guess..thank you..

Lets Build Not Destroy...


miker1264

  • Legendary Member
  • *****
    • Posts: 1827
    • Karma: +84/-6
Reply #114 on: April 02, 2023, 09:05:25 PM
Are you sure you tried the attached new version? I downloaded and tested it and GCC works, see screenshot I had posted.

the source file Test.c, do you see it with the new icon? do you use the attached WinUAE configuration ?

The Full version is the same, there are the third-party applications OS3.

Yes to all above, only location of file changed,  compiles the test file ok, but I am trying to compile more complex project.


See screenshot below link..

https://ibb.co/nj5sYQK


Let me try to compile some basic codes and try. I let you know by tomorrow I guess..thank you..

"Memory header not located" is usually the error I get when I try to free memory that hasn't been allocated or it has already been freed.

But your situation may be different.



pixie

  • Junior Member
  • **
    • Posts: 83
    • Karma: +2/-4
Reply #115 on: April 03, 2023, 01:54:01 AM
Probably nothing! xD there's a distro of aros one 68k you have shared through the drive. Presently I am on Android and it doesn't even allow me to see which file you are sharing. It is one distro you've shared which is on a hdf, and has a uae config file. Once I get home I can tell you more details. Still it's something which ocurr in either x86 and 68k

That copy/move not working is an old bug that has been fixed on both X86 and 68k, on the latest Builds and AROS One x86/68k this problem no longer exists.

HDF and and the WinUAE config which you downloaded is just a basic build AROS 68k with my icons !
AROS 68k



AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3762
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #116 on: April 03, 2023, 02:54:02 AM
pixie the Move  "only" in the WBstartup folder does not work whit "Wanderer" AROS x86/68k (But you can do it with Dopus4), in the other folders you can move files or folders.

This unfortunately happens due to a quirk in the "SFS formatted" Hardfile, in practice the WBstartup folder remains in use by system, there are however two solutions to enable copying in the WBstartup

- Copy In the WBstartup from Dopus4 "BoingIconBar" or "WBDock" (restarts the system)

second solution:

- transfer AROS One 68k from Hardfile to a Windows Directory (Directory Filesystem).


I should add that there is a third solution, and that is to set on Wanderer Prefs "Copy instead of Move"
« Last Edit: April 03, 2023, 03:11:09 AM by AMIGASYSTEM »



pixie

  • Junior Member
  • **
    • Posts: 83
    • Karma: +2/-4
Reply #117 on: April 03, 2023, 03:27:19 AM
pixie the Move  "only" in the WBstartup folder does not work whit "Wanderer" AROS x86/68k (But you can do it with Dopus4), in the other folders you can move files or folders.

This unfortunately happens due to a quirk in the "SFS formatted" Hardfile, in practice the WBstartup folder remains in use by system, there are however two solutions to enable copying in the WBstartup

- Copy In the WBstartup from Dopus4 "BoingIconBar" or "WBDock" (restarts the system)

second solution:

- transfer AROS One 68k from Hardfile to a Windows Directory (Directory Filesystem).


I should add that there is a third solution, and that is to set on Wanderer Prefs "Copy instead of Move"

Thanks!



serk118uk

  • Member
  • ***
    • Posts: 187
    • Karma: +67/-0
Reply #118 on: April 03, 2023, 08:25:30 AM
AMIGASYSTEM

Download
http://archives.aros-exec.org/share/development/example/mui_examples.i386-aros.zip

And goto 01_window/

Type in make

And let me know if you have experience the errors I am getting

You can compile many examples in that folder and you will get errors..

Lets Build Not Destroy...


AMIGASYSTEM

  • Global Moderator
  • Legendary Member
  • *****
    • Posts: 3762
    • Karma: +69/-2
  • AROS One
    • AROS One
Reply #119 on: April 03, 2023, 10:29:16 AM
I tested the source "01_window", if I use "make" I get a guru !

If I compile with "gcc -o test project.c", it works fine and I can compile the Binary file, when I exit the Shell the Guru appears.

I will try to compile 09_Image later.