Tiny Core Linux

General TC => Programming & Scripting - Unofficial => Topic started by: InHocSignoVinces on March 24, 2016, 02:40:53 AM

Title: Getting started with C++ for TCL
Post by: InHocSignoVinces on March 24, 2016, 02:40:53 AM
Hi - please redirect me if there's a topic for this that I couldn't find.

Are there any unusual considerations when getting started with C++ development for Tiny Core? My target machine is x86, so I should just be able to compile on Debian/whatever and put it onto the TCL machine.

Thanks
Title: Re: Getting started with C++ for TCL
Post by: dentonlt on March 24, 2016, 02:45:00 AM
Or do it directly on a TC machine? Get the compiletc extension and whatever other build requirements you need.

The stock binaries use some compiler flags - see the wiki, under extension making. You may/not find those helpful.

HTH

Sent from my HTC_0P6B6 using Tapatalk

Title: Re: Getting started with C++ for TCL
Post by: InHocSignoVinces on March 24, 2016, 02:49:33 AM
That's awesome, I'll probably just grab that extension.

Thanks for the quick reply, much appreciated.