WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny core 9.0, kernel headers?  (Read 3516 times)

Offline emmi

  • Newbie
  • *
  • Posts: 29
Tiny core 9.0, kernel headers?
« on: March 26, 2018, 11:57:38 AM »
It seems I can't get them:

tc@box:~$ tce-load -wi linux-`uname -r`_api_headers
Downloading: linux-4.14.10-tinycore_api_headers.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: linux-4.14.10-tinycore_api_headers.tcz.md5.txt: No such file or directory
Error on linux-4.14.10-tinycore_api_headers.tcz
tc@box:~$

I also tried linux-4.14.10_api_headers.tcz. The App-tool offers headers for 4.14.3, but that doesn't look right, or?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Tiny core 9.0, kernel headers?
« Reply #1 on: March 27, 2018, 12:05:48 AM »
The minor versions don't affect headers, so please use the .13 one.
The only barriers that can stop you are the ones you create yourself.

Offline emmi

  • Newbie
  • *
  • Posts: 29
Re: Tiny core 9.0, kernel headers?
« Reply #2 on: March 27, 2018, 10:30:38 AM »
You probably wanted to say 'the .3'

Which gets me to
  make[2]: *** /lib/modules/4.14.10-tinycore/build: No such file or directory. Stop.
The path up to 'build' is there.

I installed git, compiletc (the 4.14.3 headers are included) and linux-kernel-sources-env.
This was all I needed for tiny core 6.x.

Do I need more? Or can someone point me to some docs?

Something or someone - including me - is confused.

Offline emmi

  • Newbie
  • *
  • Posts: 29
Re: Tiny core 9.0, kernel headers?
« Reply #3 on: March 27, 2018, 10:39:49 AM »
Can I delete my last reply?

I found in my notes that I have to run linux-kernel-sources-env.sh.

That sets up the missing link. So I'm all set.