Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: linuxrebel on November 08, 2010, 03:03:18 PM

Title: Missing file from GCC
Post by: linuxrebel on November 08, 2010, 03:03:18 PM
I was attempting to compile a kernel module for my laptop when I noticed that the file /usr/local/bin/as is not present in the GCC build for tiny core.  As a result it halts the make attempting to find the executable. Conversely I'm not sure I can build a GCC locally without this file either.  A sort of chicken and egg problem if you will ;) 

Thanks for your help and thanks for Tiny Core.  It's so bloody much fun!
Title: Re: Missing file from GCC
Post by: gerald_clark on November 08, 2010, 03:17:52 PM
You should use the compiletc.tcz meta extension.
as is part of binutils.
Title: Re: Missing file from GCC
Post by: linuxrebel on November 08, 2010, 03:23:07 PM
first, thanks for the quick reply.  I'll dig into this shortly and come back.  Thanks!
Title: Re: Missing file from GCC
Post by: linuxrebel on November 08, 2010, 04:04:37 PM
Thanks!   Module (acerhdf) compiled without a problem and I've got it installed as well.  I appreciate the help.