Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: quick- on March 01, 2013, 01:23:42 PM

Title: GCC update for tinycore
Post by: quick- on March 01, 2013, 01:23:42 PM
Hi ,

I am using tincore with only cli .I  wanted to install a software from source .For that I  installed gcc but the problem is i am getting an error
"Cannot create excutables "
After my research i found that the error is due to gcc as the tinycore repository provides 4.6.1 and i need at least 4.6.3 as the package is being installed on ubuntu12.04 LTS with gcc 4.6.3.

Please help.

Thanks in advance.
Title: Re: GCC update for tinycore
Post by: Rich on March 01, 2013, 02:54:29 PM
Hi quick-
Install   compiletc.tcz   so that you have a proper tool chain, then try again. Depending on what you are trying to
compile, you might also need   linux-headers-3.0.21-tinycore.tcz.
Stating what package you are trying to compile and what commands you used might have been helpful.
Title: Re: GCC update for tinycore
Post by: bmarkus on March 01, 2013, 02:58:03 PM
Rich@

He need GCC 4.6.3 while we have 4.6.1 in the repo.
Title: Re: GCC update for tinycore
Post by: gerald_clark on March 01, 2013, 03:01:31 PM
Then maybe he should build his Ubuntu programs on Ubuntu.
Title: Re: GCC update for tinycore
Post by: bmarkus on March 01, 2013, 03:31:44 PM
Then maybe he should build his Ubuntu programs on Ubuntu.

Or update GCC. In piCore we have 4.6.3
Title: Re: GCC update for tinycore
Post by: Rich on March 01, 2013, 03:34:28 PM
Hi bmarkus
Quote
He need GCC 4.6.3 while we have 4.6.1 in the repo.
With the information he provided it is difficult to determine if he really needs 4.6.3, or he just thinks he needs it
because he has an Ubuntu machine with 4.6.3 installed. For all I know, the error he listed came from the
configure script because he was missing some of the utilities compiletc provides.
Title: Re: GCC update for tinycore
Post by: bmarkus on March 01, 2013, 03:41:51 PM
Right, no enough information provided to find root cause of the failed build.

In fact till know I didn't aware it's 4.6.1 as all my extensions build fine.
Title: Re: GCC update for tinycore
Post by: quick- on March 01, 2013, 11:57:22 PM
Thank you Rich , bmarkus and gerald_clark  for the help.
@gerald_clark : I have to port this to a portable embedded device that's why i want to use tinycore . :)

The search of the error provided that i should update gcc that's why i thought i have to update.

I downloaded the compiletc and it worked fine early this morning.
Thanks again  :)