Menu

#1 What kernels does it work with 2.5.2a?

open
nobody
None
5
2002-02-20
2002-02-20
Anonymous
No

I've tried kernels 2.4.0, 2.4.17, 2.5.4, but I guess the same error error (or similar). I've
tried version 2.5.2a as well as what is in CVS (maybe the same).

Here is the output using 2.4.0:

...
Finding functions in drivers/char/joystick/a3d.c (250 lines)... 13
Finding functions in drivers/char/joystick/adi.c (365 lines)... 16
Finding functions in drivers/char/joystick/iforce.c (236 lines)... 12
Finding functions in drivers/char/joystick/amijoy.c (404 lines)... 17
Finding functions in drivers/char/joystick/db9.c (415 lines)... 14
Token < 2 Bytes
\make: *** [image/ring4] Error 141

I tried running "indent" on db9.c to see if it might help, but it did not. It would be nice if
the output would indicate where the error is in the source.

Thanx!

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I've had the same problems with kernel 2.4.0. It worked on
    2.4.20, though.

     
  • Matt Bockol

    Matt Bockol - 2004-03-20

    Logged In: YES
    user_id=647702

    Apply this diff:

    roue@felix:~$ diff lgp-2.5.2a-new/function2ps.c
    lgp-2.5.2a-old/function2ps.c
    26c26
    < return 1;
    ---
    > return 0;

    And it will process v2.6.4 without the Token error. Output
    looks good.

    http://www.people.fas.harvard.edu/~bockol/kernel2.6.4.pdf

     

Log in to post a comment.