WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing file from GCC  (Read 1947 times)

Offline linuxrebel

  • Newbie
  • *
  • Posts: 3
Missing file from GCC
« on: November 08, 2010, 12: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!

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Missing file from GCC
« Reply #1 on: November 08, 2010, 12:17:52 PM »
You should use the compiletc.tcz meta extension.
as is part of binutils.

Offline linuxrebel

  • Newbie
  • *
  • Posts: 3
Re: Missing file from GCC
« Reply #2 on: November 08, 2010, 12:23:07 PM »
first, thanks for the quick reply.  I'll dig into this shortly and come back.  Thanks!

Offline linuxrebel

  • Newbie
  • *
  • Posts: 3
Re: Missing file from GCC
« Reply #3 on: November 08, 2010, 01:04:37 PM »
Thanks!   Module (acerhdf) compiled without a problem and I've got it installed as well.  I appreciate the help.