Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
135 user(s) are online (103 user(s) are browsing Forums)

Members: 0
Guests: 135

more...

Support us!

Headlines

 
  Register To Post  

« 1 (2)
Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Quite a regular
Quite a regular


See User information
@Maijestro
@HunoPPC
I am interested in this exact error. I am attempting a game port where I have the same error.

Since this is coming from HunoPPC I am surprised to see this error because I was always under the impression that he was using GCC 4 - but this must not be the case for this game.

This error happens due to GCC 8 and above. In that version, different threading methods were created such as "single" and "native". The whole point of building with the flag "athread=native" means that when you finally link your binary file, "gthr-native.o" (I cannot remember exactly the name of the object file) gets linked in and provides the selected threading implementation. This is never an issue with static linking. The issue comes when there is a binary that relies on something that requires those native methods and when they are linked dynamically. There is no such "gthr-native.so" file.

I am wondering if you found a work-around?

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Quite a regular
Quite a regular


See User information
@Maijestro

I guess you got anywhere ?

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Just can't stay away
Just can't stay away


See User information
@rjd324

Quote:
rjd324 wrote:@Maijestro

I guess you got anywhere ?


So far unchanged because I am still missing “libstdc++.so” and I could not do any further tests.



Edit: A friend gave me the information that HunoPPC has compiled Shmupacaba with gcc 4.2.4 and you can find “libstd++.so” in SDK 53.24. So I tested it again that the game starts in a black window and later there is stuttering sound and that's basically it.


Edited by Maijestro on 2024/9/28 10:32:11
Edited by Maijestro on 2024/9/28 10:32:48
Edited by Maijestro on 2024/9/28 10:33:11
MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top
Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Home away from home
Home away from home


See User information
Congrats to Antique.

@ Maejestro

The file I sent you didn't work?

_______________________________
c64-dual sids, A1000, A1200-060@50, A4000-CSMKIII
Catweasel MK4+= Amazing
! My Master Miggies-Amiga1000 & AmigaONE X1000 !
mancave-ramblings

Go to top
Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Quite a regular
Quite a regular


See User information
Okay. Now it makes sense. In your SOBJ you will have a libstdc++.so of a newer version of GCC.

You will need the version 4 GCC libstdc++ in the same directory as where the game binary is. I am surprised thar Huno has not also provided that SO along with the game.

If liberty means anything at all, it means the right to tell people what they do not want to hear.
George Orwell.
Go to top
Re: 2024-Aug/Sept-Gaming Competition- Shmupacabra
Just can't stay away
Just can't stay away


See User information
@rjd324

Quote:
rjd324 wrote:Okay. Now it makes sense. In your SOBJ you will have a libstdc++.so of a newer version of GCC.

You will need the version 4 GCC libstdc++ in the same directory as where the game binary is. I am surprised thar Huno has not also provided that SO along with the game.


Exactly the library was not included in the archive, no idea why HunoPPC did not release it together with the game.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE / AmigaOne x5000/40 AmigaOs4.1 FE
Go to top

  Register To Post
« 1 (2)

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2024 The XOOPS Project