Page 2 of 2

Re: qdos-gcc @ arm

Posted: Thu Aug 19, 2021 12:41 pm
by XorA
XorA wrote:
tcat wrote:Hi,

Seems almost there.

Code: Select all

pi@raspberrypi:~/ql/qdos $ qdos-gcc hello.c -o hello
hello: dataspace 882 (372)
pi@raspberrypi:~/ql/qdos $ cmp hello x86/hello
pi@raspberrypi:~/ql/qdos $ cp hello ~/mdv2
hello.png
Testing further...

Tom
How did your testing go?
I can confirm I see the same/similar issues on armv7, what were your fixes?

Re: qdos-gcc @ arm

Posted: Sat Aug 21, 2021 6:08 pm
by XorA
So the answer is ld much be built with -fsigned-char as the default seems to be different on x86 from arm.

Ill push an update to xtc68 later!