Welcome, Guest. Please login or register.

Author Topic: C++11 on Amiga 68K?  (Read 3090 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Hans_Topic starter

C++11 on Amiga 68K?
« on: May 15, 2019, 03:06:03 AM »
What's the current state of GCC on the classic 68K Amiga? Are C++11 features available now?

I'm talking about stdlib classes such as std::mutex and std::thread. We've finally got those for AmigaOS 4, so I'm wondering if they're also available now on AmigaOS 3.

Hans

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more. Home of the RadeonHD driver for Amiga OS 4.x project.
 

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2280
  • Country: us
  • Gender: Male
    • Show only replies by SamuraiCrow
Re: C++11 on Amiga 68K?
« Reply #1 on: May 15, 2019, 06:59:05 PM »
The runtimes for C++ are lagging behind Bebbo's NewLib implementation.  It may be awhile before C++11 is fully implemented on GCC 6.5 and 68k.
 

Offline Hans_Topic starter

Re: C++11 on Amiga 68K?
« Reply #2 on: May 16, 2019, 06:09:15 AM »
The runtimes for C++ are lagging behind Bebbo's NewLib implementation.  It may be awhile before C++11 is fully implemented on GCC 6.5 and 68k.
Thanks for the info. Is any of C++11's stdlib implemented? Even having just mutexes and threading would be a big win.

Hans
http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more. Home of the RadeonHD driver for Amiga OS 4.x project.
 

Offline gregthecanuck

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 169
  • Country: ca
    • Show only replies by gregthecanuck
Re: C++11 on Amiga 68K?
« Reply #3 on: May 16, 2019, 06:57:38 AM »
Hi Hans -

You should hop on over to the eab c++ forum and post your questions in there. Would get bebbo's attention. He seems quite keen and would likely prove very helpful.

http://eab.abime.net/forumdisplay.php?f=118

Cheers!
 

Offline Hans_Topic starter

Re: C++11 on Amiga 68K?
« Reply #4 on: May 17, 2019, 02:11:54 AM »
Hi Greg,

Thanks for the suggestion. I may do that sometime...

Hans
http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more. Home of the RadeonHD driver for Amiga OS 4.x project.
 

Offline Hans_Topic starter

Re: C++11 on Amiga 68K?
« Reply #5 on: June 05, 2019, 09:23:40 AM »
You should hop on over to the eab c++ forum and post your questions in there. Would get bebbo's attention. He seems quite keen and would likely prove very helpful.
I tried to register there, but got this message:

"Registration denied, this forum runs an active policy of not allowing spammers. Please contact us via the "Contact Us" page link if you believe this is in error."

There is no "Contact Us" link. Why it thinks I'm a spammer is beyond me. I even correctly entered their "I'm not a robot" captcha. Either way, I have no way to register, and no way of contacting them...

Hans
http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more. Home of the RadeonHD driver for Amiga OS 4.x project.
 

Offline kamelito

Re: C++11 on Amiga 68K?
« Reply #6 on: June 05, 2019, 12:52:30 PM »
@Hans,
Try to register with another email address, I'm registered and I've no problem.
 

Offline Hans_Topic starter

Re: C++11 on Amiga 68K?
« Reply #7 on: June 05, 2019, 01:24:57 PM »
@Hans,
Try to register with another email address, I'm registered and I've no problem.
I already tried two email addresses. Same result both times.

Hans
http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more. Home of the RadeonHD driver for Amiga OS 4.x project.
 

Offline kamelito

Re: C++11 on Amiga 68K?
« Reply #8 on: June 05, 2019, 09:21:58 PM »
@Hans
I guess you could contact him directly. His homepage https://franke.ms/impressum.wiki
 

Offline gregthecanuck

  • Full Member
  • ***
  • Join Date: Feb 2003
  • Posts: 169
  • Country: ca
    • Show only replies by gregthecanuck
Re: C++11 on Amiga 68K?
« Reply #9 on: June 06, 2019, 01:30:07 AM »
Hi Hans -

Another option is to pop over to the github page hosting the compiler and opening up an issue with your questions.

https://github.com/bebbo/gcc

Cheers!
 

Offline kamelito

Re: C++11 on Amiga 68K?
« Reply #10 on: June 06, 2019, 07:37:39 PM »
@Hans,
I asked at EAB and they ask me to provide them :
“PM me his email addresses (and if possible the user names he tried to register with).”

 

Offline Hans_Topic starter

Re: C++11 on Amiga 68K?
« Reply #11 on: June 07, 2019, 06:26:25 AM »
@Hans,
I asked at EAB and they ask me to provide them :
“PM me his email addresses (and if possible the user names he tried to register with).”
I sent you a PM.

Hans
http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more. Home of the RadeonHD driver for Amiga OS 4.x project.