<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3110.7"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV> </DIV>
<DIV><FONT color=#000000 size=2>Ran into something weird tracing
libnetworking. Actually the problem isn't with </FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT><FONT size=2>the networking lib at all,
the problem somehow it looks like my rtems configuration is messed
up.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT color=#000000 size=2>The networkDaemon fails after as it ends up
calling rtems_event_receive(...)</FONT></DIV>
<DIV><FONT size=2>which, along with a bunch of rtems_whatever APIs, all appear
to be </FONT></DIV>
<DIV><FONT size=2>branching to Internal_error_Occurred() After which bad stuff
happens (namely the STOP instruction).</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Uh, I'm thinking configure problem to turn on the
"classic" rtems APIs, <FONT size=2>maybe --enable_posix?
HAS_POSIX_API looks like it already enabled by default however so thats probably
not the problem.</FONT></FONT></DIV>
<DIV><FONT size=2><FONT size=2></FONT></FONT> </DIV>
<DIV><FONT size=2>(PS: We have inlines enabled, building on a linux
host for 68360 target)</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Any ideas would be appreciated!</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT size=2></FONT><FONT color=#000000 size=2>[snapshot of ASM jumping to
Internal_error_Occurred below]</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>00001010: 48780016
rtems_event_send:
PEA.L ($16).W<BR>00001014:
42A7
CLR.L -(A7)<BR>00001016:
48780001
PEA.L ($1).W<BR>0000101A:
4EB90000277C
JSR Internal_error_Occurred (277C).L<BR>00001020:
7016
MOVEQ.L #$16,D0<BR>00001022:
508F
ADDQ.L #$8,A7<BR>00001024:
588F
ADDQ.L #$4,A7<BR>00001026:
4E75
RTS<BR>00001028:
4E71
NOP<BR>0000102A: 48780016
rtems_event_receive:
PEA.L ($16).W<BR>0000102E:
42A7
CLR.L -(A7)<BR>00001030:
48780001
PEA.L ($1).W<BR>00001034:
4EB90000277C
JSR Internal_error_Occurred (277C).L<BR>0000103A:
7016
MOVEQ.L #$16,D0<BR>0000103C:
508F
ADDQ.L #$8,A7<BR>0000103E:
588F
ADDQ.L #$4,A7<BR>00001040:
4E75
RTS</FONT></DIV></BODY></HTML>