>
> Compiling 2.1.120 with egcs1.1 I get this error when trying to use my ISDN
> connection:
> Sep 7 02:05:13 rcu133 kernel: OPEN: 193.136.154.133 -> 193.136.128.1 UDP, port: 1024 -> 53
> Sep 7 02:05:13 rcu133 kernel: ippp0: dialing 0 0800201537...
> Sep 7 02:05:13 rcu133 kernel: fsm error: event 1 on state 1
> Sep 7 02:05:21 rcu133 kernel: isdn_net: local hangup ippp0
> Sep 7 02:05:21 rcu133 kernel: fsm error: event 4 on state 1
> Sep 7 02:05:21 rcu133 kernel: ippp0: Chargesum is 0
:
>
> and so on. Same kernel config with gcc2.7.2.3 works fine (well, there is
> some differences how routes are handled). Can someone tell me where to
> start looking for the code egcs1.1 miscompiles? Any ISDN/network have an
> hint?
>
> I'm using a PCBIT adapter.
The error message seems to be generated from the pcbit driver
(drivers/isdn/pcbit/edss1.c), thus this might be the place to start looking.
However, I don't know whether the isdn link layer works correctly when compiled
with ecgs. Has anybod tried?
Henner
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html