Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: papo on March 05, 2016, 09:24:21 AM

Title: to install programs from source code
Post by: papo on March 05, 2016, 09:24:21 AM
Hi. I tried to install programs from source code. I installed the various files that were missing including the gcc compiler from the repository of tiny core. the command ./configure gave me the error crashes ... "compiler not work". How do I fix? Thank you
Title: Re: to install programs from source code
Post by: bmarkus on March 05, 2016, 09:40:58 AM
On which operating system, which architecture, which version?
Title: Re: to install programs from source code
Post by: Juanito on March 05, 2016, 09:41:39 AM
You need to load the compiletc extension
Title: Re: to install programs from source code
Post by: patrikg on March 05, 2016, 02:51:39 PM
When i compile the uboot for raspberry pi,  i need to install this to get right result.
So you need little more than compile extension.

tce-load -wi compile-essentials.tcz binutils.tcz git.tcz nano.tcz coreutils.tcz bc.tcz
Title: Re: to install programs from source code
Post by: papo on March 06, 2016, 01:35:16 AM
I thank all the friends who they said. I followed the advice of Juanito. I downloaded compiletc extension and I solved it. again, thank