WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: I install compiletc I can't build c source loss of libisl.so.15  (Read 3616 times)

Offline GAI

  • Newbie
  • *
  • Posts: 30
 I  install tiny core in my  rasspberry cm3+  13.03

 I install compiletc   secondly  ,   I build my  code  , it  tall me


error while loading shared libraries : libisl.so.15 :can not open shared object file : no such or directory

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #1 on: March 26, 2021, 12:27:38 AM »
what  should i do

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #2 on: March 26, 2021, 12:39:42 AM »
Load the isl and/or isl-dev extensions

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #3 on: March 26, 2021, 12:47:45 AM »
Hi GAI.

Welcome to the forum.

There's a handy command to search for files called provides.sh

To lookup a missing file, simply type
Code: [Select]
provides.sh libisl.so.15

If you check the drop box [Search] of the GUI apps manager.
You'll see [Provides], which yields the same result.

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #4 on: March 26, 2021, 01:11:49 AM »
Load the isl and/or isl-dev extensions


this is right  I load the isl

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #5 on: March 26, 2021, 01:23:02 AM »
Load the isl and/or isl-dev extensions


this is right  I load the isl

I haven't gui   ,how start gui   

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #6 on: March 26, 2021, 02:09:46 AM »
There should be a meta-extension called TC.tcz for any piCore release.

If you can't find one.

This would do the trick.
Code: [Select]
tce-load -w Xorg flwm_topside wbar aterm
tce-load -i Xorg flwm_topside wbar aterm

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #7 on: March 26, 2021, 02:40:29 AM »
There should be a meta-extension called TC.tcz for any piCore release.

If you can't find one.

This would do the trick.
Code: [Select]
tce-load -w Xorg flwm_topside wbar aterm
tce-load -i Xorg flwm_topside wbar aterm

I haven't  internet

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #8 on: March 26, 2021, 03:00:21 AM »
There should be a meta-extension called TC.tcz for any piCore release.

If you can't find one.

This would do the trick.
Code: [Select]
tce-load -w Xorg flwm_topside wbar aterm
tce-load -i Xorg flwm_topside wbar aterm


My USB cable network card is rtl8152. How can I drive it

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #9 on: March 26, 2021, 03:10:00 AM »
Which model of RPi are you using (most of them have a built-in network interface)?
« Last Edit: March 26, 2021, 03:22:06 AM by Juanito »

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #10 on: March 26, 2021, 05:52:54 PM »
Hi Juanito
Which model of RPi are you using (most of them have a built-in network interface)?

The OP says
I  install tiny core in my  rasspberry cm3+  13.03

That's Compute Module 3+
A cheaper way if you want to build a cluster of Raspberry Pi
I never buy one though

Offline GAI

  • Newbie
  • *
  • Posts: 30
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #11 on: March 26, 2021, 08:32:59 PM »
Which model of RPi are you using (most of them have a built-in network interface)?

raspberry Compute Module 3+

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #12 on: March 26, 2021, 11:00:47 PM »
If you search the forums, there are several posts about how to get a usb to network adapter working with an RPi0 - I don't know how relevant this is to an RPi compute module though..

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #13 on: March 26, 2021, 11:05:34 PM »
My USB cable network card is rtl8152. How can I drive it

You'll probably need to build the driver for it.

I've never tried, but I think this page would help.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: I install compiletc I can't build c source loss of libisl.so.15
« Reply #14 on: March 27, 2021, 12:30:34 AM »
Ref: http://tinycorelinux.net/13.x/armv7/releases/RPi/src/kernel/5.10.13-piCore-v7_modules.tar.xz

The following drivers might help:

lib/modules/5.10.13-piCore-v7/kernel/drivers/net/usb/r8152.ko
lib/modules/5.10.13-piCore-v7/kernel/drivers/net/usb/rtl8150.ko
« Last Edit: March 27, 2021, 01:27:54 AM by Juanito »