WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Getting started with C++ for TCL  (Read 2466 times)

Offline InHocSignoVinces

  • Newbie
  • *
  • Posts: 5
Getting started with C++ for TCL
« on: March 23, 2016, 11:40:53 PM »
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

Offline dentonlt

  • Sr. Member
  • ****
  • Posts: 318
    • the trombone analog
Re: Getting started with C++ for TCL
« Reply #1 on: March 23, 2016, 11:45:00 PM »
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


Offline InHocSignoVinces

  • Newbie
  • *
  • Posts: 5
Re: Getting started with C++ for TCL
« Reply #2 on: March 23, 2016, 11:49:33 PM »
That's awesome, I'll probably just grab that extension.

Thanks for the quick reply, much appreciated.