Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17268 讨论

Insalling ByteBlasterMV driver on Debian

Altera_Forum
名誉分销商 II
1,838 次查看

Hi, 

The Version of Quartions i have is intended to run on RedHat, but i'm using Debian. 

I'm trying to install QuartusII Software on Debian, the following message appears after running make install: 

 

:/opt/altera7.1/quartus/linux/byteblaster# make install 

install -d /lib/modules/2.4.27-2-386/kernel/misc/ 

install -c byteblaster.o /lib/modules/2.4.27-2-386/kernel/misc/byteblaster.o 

install -c jtagd-init /etc/init.d/jtagd 

update-rc.d jtagd defaults 

System startup links for /etc/init.d/jtagd already exist. 

/sbin/depmod -aq 

/etc/init.d/jtagd start 

/etc/init.d/jtagd: line 12: /etc/rc.d/init.d/functions: Aucun fichier ou répertoire de ce type 

make: *** [install] Erreur 1
0 项奖励
1 回复
Altera_Forum
名誉分销商 II
850 次查看

Hi everybody; 

 

It's funny to ask a question then answer it by myself. 

 

So;; here is the solution. 

the file " /etc/rc.d/init.d/functions" is intented to be found on RedHat Distribution. 

 

Its Equivalent on Debian is : "/lib/lsb/init-functions" 

 

So, enjoy your selves.
0 项奖励
回复