Page 4 of 4

Re: XTC68 C Cross compiler

Posted: Sat Nov 23, 2019 3:25 pm
by stephen_usher
Excellent! That PDF was just what I was looking for. Thank-you!

Re: XTC68 C Cross compiler

Posted: Fri Apr 10, 2020 9:56 pm
by Derek_Stewart
Hi,

I downloaded the xtc68 master file, from:

https://github.com/stronnag/xtc68

read the documentation and compiled the XTC68 software, loaded the C68 runtime disk to the "support" directory, ran the install.sh file.

Which XTC68 was installed in my Linux computer, I compiled a simple hello world programme.

The programme compiled and gave the data space value, so just simple load to memory in a QL emulator and SEXEC with the data space value friom XTC68, gave a QL executable programme.

But the same programme compiled on C68 was about 20% smaller, is this problem?

Re: XTC68 C Cross compiler

Posted: Tue Apr 14, 2020 8:46 am
by Peter
Derek_Stewart wrote:But the same programme compiled on C68 was about 20% smaller, is this problem?
It is at least strange. I have no time to compile this new XTC68 at the moment. But with an an old XTC68, the generated executable always resulted in same size as C68. Except for small version-dependent variations.