WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Crosscompile for TinyCore 3.0  (Read 2158 times)

Offline meka

  • Newbie
  • *
  • Posts: 12
Crosscompile for TinyCore 3.0
« on: August 05, 2013, 02:34:32 AM »
Hello,

I'm new to TinyCore and am currently trying to explore a crosscompile toolchain setup targeted at a specific TinyCore version. For example I'm trying to build an application binary on a ubuntu build server but currently lack the corresponding crosscompile toolchain.

I've searching through the forum to find out if there is more to it than install compiletc, cmake and copy the complete tinycore system to the build server. And chroot to that directory during build? Since TinyCore ist often used in embedded devices... I was wondering if there are any guides to setup a crosscompile build for a TinyCore distribution?

Thanky you very much!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14622
Re: Crosscompile for TinyCore 3.0
« Reply #1 on: August 05, 2013, 02:41:29 AM »
Do you want to cross-compile something for tinycore or to use tinycore to cross-compile for another machine?

Starting with tinycore and the compiletc extension, you can follow the clfs instructions to build for other machines or tinycore itself.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10976
Re: Crosscompile for TinyCore 3.0
« Reply #2 on: August 05, 2013, 03:38:37 AM »
Yes, such a chroot will work if you install them to the FS (-c switch to tce-load) instead of mounting.
The only barriers that can stop you are the ones you create yourself.