How to install compiler tools on Black Hole?

ricky88

Vu+ Newbie
Hi everyone,

I would like to compile some C software on my Vu+ Solo2 with Black Hole. I need the following packages:

gcc
gcc-symlinks
make-dev
binutils-dev
libgcc-dev

It seems like there are missing some repositories in the "/etc/opkg" folder. Would anyone happen to know which repositories I need for this particular CPU:

root@vusolo2:~# cat /proc/cpuinfo
system type : BCM7346B2 STB platform
machine : Unknown
processor : 0
cpu model : Broadcom BMIPS5000 V1.1 FPU V0.1
BogoMIPS : 864.25
cpu MHz : 1305.007
wait instruction : yes
microsecond timers : yes
tlb_entries : 64
extra interrupt vector : yes
hardware watchpoint : no
isa : mips1 mips2 mips32r1
ASEs implemented :
shadow register sets : 1
kscratch registers : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available

?

Thanks in advance :)
 
Hi everyone,

I would like to compile some C software on my Vu+ Solo2 with Black Hole. I need the following packages:

gcc
gcc-symlinks
make-dev
binutils-dev
libgcc-dev

It seems like there are missing some repositories in the "/etc/opkg" folder. Would anyone happen to know which repositories I need for this particular CPU:

root@vusolo2:~# cat /proc/cpuinfo
system type : BCM7346B2 STB platform
machine : Unknown
processor : 0
cpu model : Broadcom BMIPS5000 V1.1 FPU V0.1
BogoMIPS : 864.25
cpu MHz : 1305.007
wait instruction : yes
microsecond timers : yes
tlb_entries : 64
extra interrupt vector : yes
hardware watchpoint : no
isa : mips1 mips2 mips32r1
ASEs implemented :
shadow register sets : 1
kscratch registers : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available

?

Thanks in advance :)
You should use SDK from Vu+ (http://code.vuplus.com) with a Linux PC and cross-compile it or use Openembedded recipe system.
 
Back
Top