Page 3 of 3
Re: C++
Posted: Thu Feb 14, 2019 11:56 am
by NormanDunbar
XorA wrote:...So any nonsense that 68000 cant handle C++ is exactly that!
I'd be inclined to agree, I program AVR microcontrollers in C++ and they only have 32KB Flash RAM plus 2KB for variables etc. Ok, admittedly, I have to cross-compile from Linux->AVR but we could do that for the Ql as well I suppose. Plus, I use the GCC compiler suite too. (For AVR obviously.)
XorA wrote:There are some modern 68000 C compilers, they just need a QL linker added, someone even started work on one of them in the forum!
Interesting, I wasn't able to find anything on the matter - do you have a link please? Thanks.
Cheers,
Norm.
Re: C++
Posted: Thu Feb 14, 2019 2:30 pm
by XorA
NormanDunbar wrote:XorA wrote:...So any nonsense that 68000 cant handle C++ is exactly that!
I'd be inclined to agree, I program AVR microcontrollers in C++ and they only have 32KB Flash RAM plus 2KB for variables etc. Ok, admittedly, I have to cross-compile from Linux->AVR but we could do that for the Ql as well I suppose. Plus, I use the GCC compiler suite too. (For AVR obviously.)
XorA wrote:There are some modern 68000 C compilers, they just need a QL linker added, someone even started work on one of them in the forum!
Interesting, I wasn't able to find anything on the matter - do you have a link please? Thanks.
viewtopic.php?t=306
Re: C++
Posted: Thu Feb 14, 2019 3:58 pm
by NormanDunbar
Thanks.
I'll take a look later, after work!
Cheers,
Norm.