LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 08-16-2004, 12:20 PM   #1
kolchuga
Member
 
Registered: Feb 2004
Location: Belarus
Distribution: Mandrake 9.2+, Knoppix 3.4 Redhat 9
Posts: 53

Rep: Reputation: 15
Cant execute MAKE command Mandrake 10


Hi,

Im having problems installing Linux DVB drivers and software on Mandrake 10.

I get a strange error on make command, and wondering why on this program, why I cant make, and what is this error?

Make has worked in the past, but not on theis program and Im not understanding this error, cos there is a makefile there, I also tried to download Via CVS on the terminal, and the same error exists when i try to run Make here is the error:


[root@localhost build-2.6]# ./getlinks
getting links from kernel-cvs driver
Makefile:8: /lib/modules/2.6.3-7mdk/build/.config: No such file or directory
make: *** No rule to make target `/lib/modules/2.6.3-7mdk/build/.config'. Stop.
ln: `av7110.c': File exists
ln: `av7110.h': File exists
ln: `av7110_av.c': File exists
ln: `av7110_av.h': File exists
ln: `av7110_ca.c': File exists
ln: `av7110_ca.h': File exists
ln: `av7110_hw.c': File exists
ln: `av7110_hw.h': File exists
ln: `av7110_ipack.c': File exists
ln: `av7110_ipack.h': File exists
ln: `av7110_ir.c': File exists
ln: `av7110_v4l.c': File exists
ln: `budget-av.c': File exists
ln: `budget-ci.c': File exists
ln: `budget-core.c': File exists
ln: `budget-patch.c': File exists
ln: `budget.c': File exists
ln: `budget.h': File exists
ln: `fdump.c': File exists
ln: `ttpci-eeprom.c': File exists
ln: `ttpci-eeprom.h': File exists
ln: `dvb-ttusb-budget.c': File exists
ln: `dvb-ttusb-dspbootcode.h': File exists
ln: `ttusb_dec.c': File exists
ln: `dvb-bt8xx.c': File exists
ln: `bt878.c': File exists
ln: `bt878.h': File exists
ln: `dvb-bt8xx.h': File exists
ln: `skystar2.c': File exists
ln: `dmxdev.c': File exists
ln: `demux.h': File exists
ln: `dmxdev.h': File exists
ln: `dvb_ca.c': File exists
ln: `dvb_ca.h': File exists
ln: `dvb_compat.c': File exists
ln: `dvb_compat.h': File exists
ln: `dvb_demux.c': File exists
ln: `dvb_demux.h': File exists
ln: `dvb_filter.c': File exists
ln: `dvb_filter.h': File exists
ln: `dvb_frontend.c': File exists
ln: `dvb_frontend.h': File exists
ln: `dvb_functions.c': File exists
ln: `dvb_functions.h': File exists
ln: `dvb_i2c.c': File exists
ln: `dvb_i2c.h': File exists
ln: `dvb_ksyms.c': File exists
ln: `dvb_net.c': File exists
ln: `dvb_net.h': File exists
ln: `dvb_ringbuffer.c': File exists
ln: `dvb_ringbuffer.h': File exists
ln: `dvb_usb_compat.h': File exists
ln: `dvbdev.c': File exists
ln: `dvbdev.h': File exists
ln: `alps_tdlb7.c': File exists
ln: `alps_tdmb7.c': File exists
ln: `at76c651.c': File exists
ln: `cx24110.c': File exists
ln: `dst-bt878.h': File exists
ln: `dst.c': File exists
ln: `dvb_dummy_fe.c': File exists
ln: `grundig_29504-401.c': File exists
ln: `grundig_29504-491.c': File exists
ln: `mt312.c': File exists
ln: `mt312.h': File exists
ln: `nxt6000.c': File exists
ln: `nxt6000.h': File exists
ln: `sp887x.c': File exists
ln: `stv0299.c': File exists
ln: `tda1004x.c': File exists
ln: `ves1820.c': File exists
ln: `ves1x93.c': File exists
ln: `saa7146_core.c': File exists
ln: `saa7146_fops.c': File exists
ln: `saa7146_hlp.c': File exists
ln: `saa7146_i2c.c': File exists
ln: `saa7146_vbi.c': File exists
ln: `saa7146_video.c': File exists
ln: `saa7146_vv_ksyms.c': File exists
[root@localhost build-2.6]# make
Makefile:8: /lib/modules/2.6.3-7mdk/build/.config: No such file or directory
make: *** No rule to make target `/lib/modules/2.6.3-7mdk/build/.config'. Stop.
[root@localhost build-2.6]#
 
Old 08-16-2004, 06:21 PM   #2
rahmed
Member
 
Registered: Feb 2004
Location: somewhere over the rainbow...
Distribution: Slackware 10.1
Posts: 166

Rep: Reputation: 30
have you tried typing ./configure
first? some programs require you to do that.
 
Old 08-17-2004, 01:43 AM   #3
kolchuga
Member
 
Registered: Feb 2004
Location: Belarus
Distribution: Mandrake 9.2+, Knoppix 3.4 Redhat 9
Posts: 53

Original Poster
Rep: Reputation: 15
Thank you you for you reply rahmed.

Yes I also tried the ./configure command, and nothing, there was error "file not found"
and in the README. the instructions are to simply do ./getlinks then make and so on....and this strange error about there makefile is puzzling.
 
Old 08-17-2004, 09:43 AM   #4
rahmed
Member
 
Registered: Feb 2004
Location: somewhere over the rainbow...
Distribution: Slackware 10.1
Posts: 166

Rep: Reputation: 30
it looks like the makefile isnt configured properly for you system. take a look at it...and see if there are any comments or anything where you're supposed to edit it. Like it it tries to build at the /lib/modules/2.6.3-7mdk/build/.config folder...that doesn't exist and it doesn't exist on my system either. see if you can change where its supposed to build to or something like that.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to make keyboard sequence execute a command in Xorg ghrellin Linux - Software 1 09-02-2005 10:18 AM
remote command execute telnet with 1 command MPowers Linux - Networking 2 06-30-2005 06:31 AM
How to make a command execute on it every reboot? peterguo Linux - Software 5 11-04-2004 07:23 PM
command execute without ./ kaon Slackware 11 09-15-2004 05:14 PM
Execute Command lawrencegoodman Linux - Newbie 2 10-23-2003 08:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 03:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration