dCore Import Debian Packages to Mountable SCE extensions > dCore Armv7

install gcc on start up rpi

(1/4) > >>

honeydatax@sapo.pt:
im traing to install gcc on my raspberry pi  using tce-load but afther
im reboot the gcc is not install no starup  im have all the files current loadinto /home/tc and a bash file call
gcc.sh but must install every time im turn on the pi?
thanks


printf "\e[47;45m"
tce-load -i gcc-doc.tcz
tce-load -i gcc-locale.tcz
tce-load -i gcc.tcz
tce-load -i gcc_base-dev.tcz
tce-load -i gcc_libs-dev.tcz
tce-load -i gcc_libs.tcz
tce-load -i cloog-dev.tcz
tce-load -i cloog.tcz
tce-load -i isl-dev.tcz
tce-load -i isl.tcz
tce-load -i mpc-dev.tcz
tce-load -i mpc-doc.tcz
tce-load -i mpc.tcz
tce-load -i mpfr.tcz
tce-load -i gmp-dev.tcz
tce-load -i gmp-doc.tcz
tce-load -i gmp.tcz
tce-load -i binutils-dev.tcz
tce-load -i binutils-doc.tcz
tce-load -i binutils-locale.tcz
tce-load -i binutils.tcz
tce-load -i glib2.tcz
tce-load -i glibc_base-dev.tcz


Rich:
Hi honeydatax@sapo.pt
Welcome to the forum.

Did you read this and expand your mmcblk0p2 partition:
http://tinycorelinux.net/12.x/armv6/releases/RPi/IMPORTANT
http://tinycorelinux.net/12.x/armv6/releases/RPi/README

Once you've done that, this will install a proper tool chain:

--- Code: ---tce-load -wi compiletc.tcz
--- End code ---
It will also load it everytime you reboot.

honeydatax@sapo.pt:
thanks , im have othes question, the problem is my internet is usb not network jack
,and ai dont know as to install usb internet?
thanks , in been download the file by usb drive
and network is not install :(

Rich:
Hi honeydatax@sapo.pt
If you are downloading to a USB drive, you need the files listed here:
http://tinycorelinux.net/13.x/armv6/tcz/compiletc.tcz.tree
You will need the  .tcz,  .tcz.md5.txt,  and .tcz.dep file if it exists for each of the listed files.

Make sure you download from the repo that matches the version and architecture of piCore you are running.
To get the architecture, run:

--- Code: ---uname -r
--- End code ---
If it says:
piCore  its  armv6
piCore-v7  its  armv7
piCore-v7l  its  armv7l

Save the files to  /mnt/mmcblk0p2/tce/optional/
To have it load automatically when you boot:

--- Code: ---echo "compiletc.tcz" >> /mnt/mmcblk0p2/tce/onboot.lst
--- End code ---

Rich:
Hi honeydatax@sapo.pt
If you don't know what version you are running, do this:

--- Code: ---version
--- End code ---
Replace the number after the decimal point with an  x , as in 12.x or 13.x.

Navigation

[0] Message Index

[#] Next page

Go to full version