qdos-gcc @ arm

Anything QL Software or Programming Related.
User avatar
XorA
Site Admin
Posts: 1359
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: qdos-gcc @ arm

Post 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?


User avatar
XorA
Site Admin
Posts: 1359
Joined: Thu Jun 02, 2011 11:31 am
Location: Shotts, North Lanarkshire, Scotland, UK

Re: qdos-gcc @ arm

Post 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!


Post Reply