Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: Pentium44 on February 17, 2014, 02:03:57 PM

Title: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 17, 2014, 02:03:57 PM
I installed compiletc.tcz and I was wondering where the "as" executable was? I am running micro core 5.2.

Packages I have installed:
bison.tcz
diffutils.tcz
file.tcz
findutils.tcz
flex.tcz
gawk.tcz
gcc.tcz
grep.tcz
m4.tcz
make.tcz
patch.tcz
pkg-config.tcz
sed.tcz
e2fsprogs_base-dev.tcz
glibc_base-dev.tcz
linux-3.8.3_api_headers.tcz
util-linux_base-dev.tcz
zlib_base-dev.tcz


along with there dependencies of course. Can anyone point me to that package? Thanks and best regards, Chris
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: gerald_clark on February 17, 2014, 02:16:46 PM
How did you install them?
gcc.tcz has a dep of binutils.tcz

How did that not get installed?
ls -l /usr/local/bin/as should show you where it is linked to.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 17, 2014, 02:25:23 PM
Ohh, thank you very much! I was installing them manually by hand (mount -o loop package.tcz /mnt/tcz) and copying them to my hard drive install. Well, thanks again!
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 17, 2014, 02:32:37 PM
Gcc now works great, thanks again!
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: gerald_clark on February 17, 2014, 02:34:19 PM
You should be using tce-load.  It will tell you if it is missing a dep.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 17, 2014, 04:08:27 PM
Well my version of micro core doesn't have tce-load, I removed all of the tc scripts and modified the tc init script. Making my own flavor of tc
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: gerald_clark on February 17, 2014, 04:18:50 PM
All Core versions have tce-load.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 17, 2014, 04:33:30 PM
I know that, but I removed it...

http://nutralinux.us.to/
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: gerald_clark on February 17, 2014, 04:41:17 PM
We do not support modified Core systems here.
People who distribute modified Core systems MUST supply their own support.
http://forum.tinycorelinux.net/index.php/topic,5543.0.html
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: bmarkus on February 17, 2014, 04:56:00 PM
I installed compiletc.tcz and I was wondering where the "as" executable was? I am running micro core 5.2.


You are not running Core 5.2 but nutralinux. Contact nutralinux stuff.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 17, 2014, 06:20:13 PM
Thanks for the link, and I will make sure to discuss future issues in the right caregory
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: gerald_clark on February 17, 2014, 06:37:14 PM
There is no right catagory here to discuss nutralinux problems.
You must take your nutralinux problems to the nutralinux support forums.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Rich on February 17, 2014, 10:24:14 PM
Hi gerald_clark
Nutra Linux is a package Pentium44 just put up on sourceforge a couple of days ago:
http://sourceforge.net/projects/nutralinux/?source=navbar
While he does list the sources for some of the packages on the files page he lists   http://tinycorelinux.net/5.x/x86/tcz/src/
on the summary page for downloading the rest of the source files. I don't know if this is a violation of the GPL so I'll leave
that for someone else to decide.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 18, 2014, 12:44:26 AM
Hi Rich, thanks for your concern, I have researched this quite well, and as far as GPLv3, its not against GNU's general public license. I am providing all the source and patches used in the distribution, and I and also providing documentation to the rightful owners of the software.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 18, 2014, 12:45:43 AM
There is no right catagory here to discuss nutralinux problems.
You must take your nutralinux problems to the nutralinux support forums.

Okay, ill just setup a forum for Nutra, and I wasn't asking for guidance upon Nutra but tinycore's packages. Thanks
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Rich on February 18, 2014, 12:52:54 AM
Hi Pentium44
There are situations where you have to provide the source to the kernel also. I don't know if that applies here. I did not see
a tarball for the kernel posted. If you are required to provide the source, you must provide it yourself, not via a link to
another site.
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 18, 2014, 01:06:38 AM
Thanks for the information, I will upload the kernel source and patches to sourceforge now just to be safe
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: tinypoodle on February 18, 2014, 06:28:53 AM
I have researched this quite well, and as far as GPLv3, its not against GNU's general public license.

http://tinycorelinux.net/faq.html#license
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 18, 2014, 11:38:58 AM
GPLv2 is fine too, its called Outsourcing... http://jxself.org/outsourcing.shtml
Title: Re: In what package is the "as" executable in? (The portable assembler for gcc)
Post by: Pentium44 on February 18, 2014, 11:40:47 AM
And I have the TC scripts that I modified uploaded to sourceforge