Menu

#6 Fix for compile errors and install error

open
nobody
None
5
2001-05-03
2001-05-03
Anonymous
No

Well, if you check the make file, it's looking
for /usr/src/linux. apparently Redhat doesn't make a
simlink from /usr/src/linux to /usr/src/linux-
version...so, do it yourself. or change the line in
the makefile. it should compile then. if you
compile, then get an install error, try make rebuild,
or make clean.

Discussion

  • Danny Wilson

    Danny Wilson - 2001-05-20

    Logged In: YES
    user_id=181682

    I need help. I'm getting this error with rh 7.1 and have
    tried the above.

    I just installed 7.1 and the /usr/src/ has only one folder
    in it called 'redhat', where's the linux-[version] ?

    Any help would be appreciated.

     
  • Danny Wilson

    Danny Wilson - 2001-05-20

    Logged In: YES
    user_id=181682

    Sorry, forget the last message. Got it going now.

    Thanks.

     
  • Nobody/Anonymous

    Logged In: NO

    Thx for the tip, this made the compilation work on my
    freshly installed RedHat 7.1

     
  • Nobody/Anonymous

    Logged In: NO

    i get error 127 trying to install for turtle beach montego
    II quadzilla. I am new to linux. What can i do?

     
  • Nobody/Anonymous

    Logged In: NO

    Thankx a loy for your Vortex Aureal drivers for my sound
    card. They work real good.

    Ashok Cherukuri

     
  • Nobody/Anonymous

    Logged In: NO

    What is the file that Redhat 7.0 should be directed to , to
    make the install work Porperly? Redhat only has
    /usr/src/redhat then the following directories are listed
    under it :
    BUILD, RPMS, SOURCES, SPECS, SRPMS

    Thanks

     
  • Arnold Reynolds

    Arnold Reynolds - 2003-08-14

    Logged In: YES
    user_id=844234

    But if you do that you may meet another error.
    it might be like that:
    cc -D__KERNEL__ -DMODULE -DAU8830 -march=pentium -O6
    -fomit-frame-pointer -Wall -pipe -I/usr/src/linux/include
    -c -o au_audio.o au_audio.c
    au_audio.c: In function `au_audio_mmap':
    au_audio.c:618: warning: passing arg 1 of
    `remap_page_range_R2baf18f2' makes pointer from integer
    without a cast
    au_audio.c:618: incompatible type for argument 4 of
    `remap_page_range_R2baf18f2'
    au_audio.c:618: too few arguments to function
    `remap_page_range_R2baf18f2'
    au_audio.c:628: warning: passing arg 1 of
    `remap_page_range_R2baf18f2' makes pointer from integer
    without a cast
    au_audio.c:628: incompatible type for argument 4 of
    `remap_page_range_R2baf18f2'
    au_audio.c:628: too few arguments to function
    `remap_page_range_R2baf18f2'
    au_audio.c: In function `set_data_format':
    au_audio.c:960: warning: deprecated use of label at end of
    compound statement
    make: *** [au_audio.o] Error 1
    My linux distributions is Redhat 9.0

     
  • Yogish Baliga

    Yogish Baliga - 2003-08-30

    Logged In: YES
    user_id=855399

    I got it to work today. I am using RedHat 9.x with Kernel
    2.4.20-8.
    The solution was simple. In Kernel 2.4.20, signature of the
    function
    remap_page_range_R2baf18f2 is changed. The first argument
    must be
    pointer to virtual memory.

    -- baliga

     

Log in to post a comment.