Search found 16 matches

by afxgroup
Thu Aug 24, 2023 6:08 pm
Forum: General Developer Support
Topic: Can't run the C runtime constructors and destructors manually
Replies: 7
Views: 49657

Re: Can't run the C runtime constructors and destructors manually

We are working on new binutils. Don't know if it will fix the problem. Maybe we need also a new elf.library
by afxgroup
Sun Aug 20, 2023 8:39 pm
Forum: General Developer Support
Topic: Can't run the C runtime constructors and destructors manually
Replies: 7
Views: 49657

Re: Can't run the C runtime constructors and destructors manually

It is still crashing in the .dtors because .dtors section is not null terminated. And it is a problem on our binutils we are working at.

Use ppc-amigaos-objdump -Dr -j .dtors <filename> and you will see that null terminator on both .ctors and .dtors section is missing. And I suspect there is ...
by afxgroup
Sat Aug 12, 2023 10:25 pm
Forum: General Developer Support
Topic: Can't run the C runtime constructors and destructors manually
Replies: 7
Views: 49657

Re: Can't run the C runtime constructors and destructors manually

You have to use - O0 fno-aggressive-loop-optimizations or gcc will remove constructors and destructors
by afxgroup
Tue Nov 22, 2011 8:59 pm
Forum: AmigaOS Feature Requests
Topic: DTM_WRITE feature requests
Replies: 26
Views: 61782

Re: DTM_WRITE feature requests

IIRC a lot of datatypes doesn't supports write :(
by afxgroup
Thu Jul 28, 2011 10:09 am
Forum: General AmigaOS
Topic: List command show wrong file size
Replies: 5
Views: 5913

Re: List command show wrong file size

it was already reported. i've added a screenshot in bugzilla to show this. But it was opened
by afxgroup
Sat Jul 09, 2011 1:44 am
Forum: General AmigaOS
Topic: Transfering big files over network
Replies: 8
Views: 9962

Re: Transfering big files over network

hotrod wrote:Great, thank you :-)
Just copied from my macosx to my A1 a 7GB file without any problem.
by afxgroup
Fri Jul 08, 2011 1:56 pm
Forum: Platform: AmigaOne 500 and Sam series
Topic: First keyboard press eaten...
Replies: 24
Views: 36905

Re: First keyboard press eaten...

ssolie wrote: This was a USB software issue and has been fixed.
Sadly i must admit that sometimes it still happens also on my A1XE with a PS2 Keyboard. I told this also to max yesterday night. I will report it in bugzilla this evening.
by afxgroup
Fri Jul 08, 2011 1:54 pm
Forum: General AmigaOS
Topic: What I expect on Update3
Replies: 27
Views: 38932

Re: What I expect on Update3

you could be sure to find the source code line only if the program is compiled with -gstabs and not with -g. And of course it must not be stripped.
If it is compiled with -gstabs you can finde the source code line without any problems. Also if it is a macro in an include file for example
by afxgroup
Fri Jul 08, 2011 10:15 am
Forum: Platform: AmigaOne XE and MicroA1-C
Topic: UBoot update for AmigaOne
Replies: 11
Views: 24792

Re: UBoot update for AmigaOne

i think i'm the only one (or with other 2-3) that has that uboot version installed and i assure you that you will not have hany new benefit from it except the graphic menu.
So forget UBoot for A1. I think there are other most important things to work on at moment..
by afxgroup
Fri Jul 08, 2011 10:10 am
Forum: General AmigaOS
Topic: Transfering big files over network
Replies: 8
Views: 9962

Re: Transfering big files over network

i'll try to reproduce the problem this evening when i go back home and i'll tell you.