WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Will linux-headers-3.0.21-tinycore64 be available?  (Read 18902 times)

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Will linux-headers-3.0.21-tinycore64 be available?
« on: January 06, 2013, 09:41:18 AM »
Trying to install VmWare Tools on TC pure64, but can not even attempt without headers

Thanks

sebus

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14801
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #1 on: January 06, 2013, 10:17:21 AM »
Things will compile using compiletc and the kernel source

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #2 on: January 06, 2013, 11:31:18 AM »
Well, vmware-config.pl asks specifically for headers location...

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14801
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #3 on: January 06, 2013, 12:44:48 PM »
Once you've unpacked and prepared the kernel source (in the location of your choice), you can let mware-config.pl know where they are  ;)

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #4 on: January 06, 2013, 01:07:35 PM »
And where do I get kernel source, is it this one ?

http://tinycorelinux.net/4.x/x86_64/src/kernel/linux-3.0.21-patched.txz

"prepared the kernel source" - what do you mean?

Thanks

sebus
« Last Edit: January 06, 2013, 01:11:41 PM by sebus »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #5 on: January 06, 2013, 01:39:47 PM »
Hi sebus
Go to the search page and enter  "make prepare"  including the quotes.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #6 on: January 06, 2013, 01:47:47 PM »
Hi sebus
Quote
And where do I get kernel source, is it this one ?
Yes. And you also want  config-3.0.21-tinycore64

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #7 on: January 06, 2013, 02:24:19 PM »
Absolutely, takes a bit of searching. Have that all going, but no path (tried many) to prepared kernel does gets accepted during vmware tools install.
So I am in same place...

sebus

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #8 on: January 06, 2013, 04:52:37 PM »
Hi sebus
This is probably what you are looking for:
http://www.backtrack-linux.org/forums/showthread.php?t=40790
Read post #7

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #9 on: January 07, 2013, 07:44:41 AM »
Thanks Rich, slowly getting there but still strugling.

Now the linked /usr/scr/linux/include gets recognized, but during vmware-config.pl run I get an error

depmod: ./kernel.tclocal: No such file or directory

which is "fixable"  by following this: http://forum.tinycorelinux.net/index.php/topic,12836.msg70452.html#msg70452

But then install just fails (as per attached screenshot)

sebus

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #10 on: January 07, 2013, 11:29:51 AM »
Hi sebus
It looks like gcc can't find the assembler. Did you install compiletc.tcz? What happens when you enter:
Code: [Select]
as --help

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #11 on: January 07, 2013, 03:21:35 PM »
It gives the usage options, it definitely is found.

sebus
« Last Edit: January 07, 2013, 03:32:47 PM by sebus »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #12 on: January 07, 2013, 04:07:59 PM »
Hi sebus
In the line right above   gcc: error   does the file   /tmp/modconfig-........./linux/driver.o   exist?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14801
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #13 on: January 07, 2013, 10:17:23 PM »
But then install just fails (as per attached screenshot)

From your screenshot, the kernel source has not been prepared properly, otherwise Modules.symvers would be present - using "make modules" on the kernel source will fix this.

Offline sebus

  • Jr. Member
  • **
  • Posts: 96
Re: Will linux-headers-3.0.21-tinycore64 be available?
« Reply #14 on: January 08, 2013, 04:42:09 AM »
OK, if I do run make modules, I get rid of the error about missing Modules.symvers, but it makes no difference to the other gcc error (as attached)

And there is NO /tmp/modconfig...