LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-25-2003, 07:02 PM   #1
Shaikoten
LQ Newbie
 
Registered: Oct 2003
Distribution: Mandrake
Posts: 4

Rep: Reputation: 0
Problems with "Make"


First I should start off with, yes, I am a real big newbie at Linux. I've been trying to get a distro where I can use my MA-101 usb wireless device, and so far the easiest install I have seen has been on Mandrake 9.1: So I downloaded it. Following the tutorial, located at jennings.homelinux.net/atmel.html I got to the point in the tutorial where I had to use the make command (make install, and I did it as root). Here's what it gave me back:


[benny@localhost at76c503-0.8]$ make install
gcc -MD -O2 -Wall -Wstrict-prototypes -pipe -D__KERNEL__ -DMODULE -DEXPORT_SYMTAB -DDRIVER_VERSION=\"v0.8\" -I/lib/modules/2.4.21-0.13mdk/build/include -c at76c503.c
make: gcc: Command not found
make: *** [at76c503.o] Error 127
[benny@localhost at76c503-0.8]$

I had installed Mandrake 9.1 a few months earlier, and I had the same exact problem, which led me to go back to Windows XP, because I had a pressing project to do. If anyone could tell me what this error means and how I can fix it, I'd greatly appreciate it.

Also, I tried using make to compile in several other distros, and never had this problem. (Hence me putting it in the Mandrake section.)

Last edited by Shaikoten; 10-25-2003 at 07:04 PM.
 
Old 10-25-2003, 07:16 PM   #2
ArmedGeek
Member
 
Registered: Jul 2003
Location: Houston Texas
Distribution: Mandrake
Posts: 38

Rep: Reputation: 15
urpmi gcc

either gcc is NOT installed or not in path

--ArmedGeek
 
Old 10-25-2003, 07:43 PM   #3
Shaikoten
LQ Newbie
 
Registered: Oct 2003
Distribution: Mandrake
Posts: 4

Original Poster
Rep: Reputation: 0
Well, now Make works for me, thanks very much. But I get an error when I try to make... and it goes a little something like this.

In file included from at76c503.c:90:
/usr/include/linux/module.h:299: parse error before "UTS_RELEASE"
In file included from /usr/include/linux/usb.h:136,
from at76c503.c:95:
/usr/include/linux/version.h:2:2: #error "======================================
================="
/usr/include/linux/version.h:3:2: #error "You should not include /usr/include/{l
inux,asm}/ header"
/usr/include/linux/version.h:4:2: #error "files directly for the compilation of
kernel modules."
/usr/include/linux/version.h:5:2: #error ""
/usr/include/linux/version.h:6:2: #error "glibc now uses kernel header files fro
m a well-defined"
/usr/include/linux/version.h:7:2: #error "working kernel version (as recommended
by Linus Torvalds)"
/usr/include/linux/version.h:8:2: #error "These files are glibc internal and may
not match the"
/usr/include/linux/version.h:9:2: #error "currently running kernel. They should
only be"
/usr/include/linux/version.h:10:2: #error "included via other system header file
s - user space"
/usr/include/linux/version.h:11:2: #error "programs should not directly include
<linux/*.h> or"
/usr/include/linux/version.h:12:2: #error "<asm/*.h> as well."
/usr/include/linux/version.h:13:2: #error ""
/usr/include/linux/version.h:14:2: #error "To build kernel modules please do the
following:"
/usr/include/linux/version.h:15:2: #error ""
/usr/include/linux/version.h:16:2: #error " o Have the kernel sources installed"
/usr/include/linux/version.h:17:2: #error ""
/usr/include/linux/version.h:18:2: #error " o Make sure that the symbolic link"
/usr/include/linux/version.h:19:2: #error " /lib/modules/`uname -r`/build exis
ts and points to"
/usr/include/linux/version.h:20:2: #error " the matching kernel source directo
ry"
/usr/include/linux/version.h:21:2: #error ""
/usr/include/linux/version.h:22:2: #error " o Now copy /boot/vmlinuz.version.h t
o"
/usr/include/linux/version.h:23:2: #error " /lib/modules/`uname -r`/build/incl
ude/linux/version.h"
/usr/include/linux/version.h:24:2: #error ""
/usr/include/linux/version.h:25:2: #error " o When compiling, make sure to use t
he following"
/usr/include/linux/version.h:26:2: #error " compiler option to use the correct
include files:"
/usr/include/linux/version.h:27:2: #error ""
/usr/include/linux/version.h:28:2: #error " -I/lib/modules/`uname -r`/build/in
clude"
/usr/include/linux/version.h:29:2: #error ""
/usr/include/linux/version.h:30:2: #error " instead of"
/usr/include/linux/version.h:31:2: #error ""
/usr/include/linux/version.h:32:2: #error " -I/usr/include/linux"
/usr/include/linux/version.h:33:2: #error ""
/usr/include/linux/version.h:34:2: #error " Please adjust the Makefile accordi
ngly."
/usr/include/linux/version.h:35:2: #error "=====================================
=================="
In file included from /usr/include/asm/hardirq.h:6,
from /usr/include/linux/interrupt.h:46,
from /usr/include/linux/usb.h:139,
from at76c503.c:95:
/usr/include/linux/irq.h:65: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in
a function)
/usr/include/linux/irq.h:65: requested alignment is not a constant
In file included from /usr/include/linux/interrupt.h:46,
from /usr/include/linux/usb.h:139,
from at76c503.c:95:
/usr/include/asm/hardirq.h:16: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not
in a function)
/usr/include/asm/hardirq.h:16: requested alignment is not a constant
In file included from /usr/include/linux/usb.h:139,
from at76c503.c:95:
/usr/include/linux/interrupt.h:129: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here
(not in a function)
/usr/include/linux/interrupt.h:129: requested alignment is not a constant
In file included from at76c503.c:96:
/usr/include/linux/netdevice.h:165: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here
(not in a function)
/usr/include/linux/netdevice.h:165: requested alignment is not a constant
In file included from at76c503.c:96:
/usr/include/linux/netdevice.h:507: `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not in a function)
/usr/include/linux/netdevice.h:507: requested alignment is not a constant
at76c503.c:476:41: missing binary operator before '('
at76c503.c: In function `send_mgmt_bulk':
at76c503.c:1157: warning: concatenation of string literals with __FUNCTION__ is deprecated
at76c503.c:1170: warning: concatenation of string literals with __FUNCTION__ is deprecated
at76c503.c:1195: warning: concatenation of string literals with __FUNCTION__ is deprecated
at76c503.c: In function `find_matching_bss':
at76c503.c:1738: warning: concatenation of string literals with __FUNCTION__ is deprecated
at76c503.c: In function `rx_tasklet':
at76c503.c:2165: warning: concatenation of string literals with __FUNCTION__ is deprecated
at76c503.c: In function `at76c503_write_bulk_callback':
at76c503.c:2221: warning: concatenation of string literals with __FUNCTION__ is deprecated
at76c503.c:2249: warning: concatenation of string literals with __FUNCTION__ is deprecated
make: *** [at76c503.o] Error 1

Well... I'm at a total loss again... someone please help? *Bashes his head into a wall while waiting.*
 
  


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
So many errors when I typed the "make" and "make install" command Niceman2005 Linux - Software 23 07-22-2009 02:33 PM
problem "make"ing gtk+ "/usr/bin/env: perl -w" caid Linux - Newbie 8 07-29-2005 04:51 AM
BASH problems: "configure, make, make install" commands don't work ditch* Linux - General 3 07-19-2005 04:37 PM
LFS 4.1: Stalled at Perl, "missing seperator" error from "make" SparceMatrix Linux From Scratch 1 06-07-2003 03:31 PM
Anybody having problems with "make" in RedHat 7.3? "cc" not found ? Rampage2884 Linux - General 4 05-14-2002 02:44 AM

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

All times are GMT -5. The time now is 11:06 PM.

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