lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV lynx bug with NAME value in anchors 2.7.1


From: Skeeter Abell-Smith
Subject: LYNX-DEV lynx bug with NAME value in anchors 2.7.1
Date: Tue, 25 Nov 1997 16:09:26 -0600 (CST)

Lynx Version 2.7.1 

SunOS orion 5.5 Generic sun4c sparc SUNW,Sun_4_60

Error occurs on HTML code included below.

Error is that "init.c" link leads to "Makefile" file if NAME values
("tex2html1") in the two achors are exactly the same, as below.  If one
of the values is changed, the "init.c" link leads to "init.c".


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--Converted with LaTeX2HTML 97.1 (release) (July 13th, 1997)
 by Nikos Drakos (address@hidden), CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippman, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Step 4. Compile and run an RTEMS application</TITLE>
<META NAME="description" CONTENT="Step 4. Compile and run an RTEMS application">
<META NAME="keywords" CONTENT="labmanual">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso_8859_1">
<LINK REL="STYLESHEET" HREF="labmanual.css">
<LINK REL="next" HREF="node9.html">
<LINK REL="previous" HREF="node7.html">
<LINK REL="up" HREF="node4.html">
<LINK REL="next" HREF="node9.html">
</HEAD>
<BODY >
<!--Navigation Panel-->
<A NAME="tex2html98"
 HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="http://sal.usask.ca/icons/latex2html/next_motif.gif";></A> 
<A NAME="tex2html96"
 HREF="node4.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="http://sal.usask.ca/icons/latex2html/up_motif.gif";></A> 
<A NAME="tex2html90"
 HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="http://sal.usask.ca/icons/latex2html/previous_motif.gif";></A>   
<BR>
<B> Next:</B> <A NAME="tex2html99"
 HREF="node9.html">Questions</A>
<B> Up:</B> <A NAME="tex2html97"
 HREF="node4.html">Lab 1 - Introduction</A>
<B> Previous:</B> <A NAME="tex2html91"
 HREF="node7.html">Step 3. Verify that</A>
<BR>
<BR>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION00024000000000000000">
Step 4. Compile and run an RTEMS application</A>
</H2>
<UL>
<LI> Create a new directory (<TT>mkdir</TT> and <TT>cd</TT> to it.
<LI> Copy the `boilerplate' files
<A NAME="tex2html1"
 HREF="lab1/Makefile">Makefile</A>
and
<A NAME="tex2html1"
 HREF="lab1/init.c">init.c</A>
to your newly-created directory.
<LI> Write your application code.
You source file must be called <code>subr.c</code> and must provide
the function:
<PRE>
void printMessage (const char *message)
</PRE>
This function should print it's argument so that the output appears like:
<UL>
<LI>
<code>The message is `</code><I>the message argument</I><code>'.</code>
</UL>
where <I>the message argument</I> is the contents of the argument to
the function.
<P>
Remember to <code>#include</code> the appropriate header files for any 
functions called by your code.
<LI> Compile a `debugging' version of your application by:
<PRE>
gmake debug
</PRE>
Make sure your application compiles with no warning messages.
<P>
You will see from the lengths of the commands why it is not practical
to issue the commands directly!
<LI> Use GDB to download and run your application:
<PRE>
m68k-rtems-gdb o-gen68360-debug/lab1.exe
</PRE>
<P></UL>
<BR><HR>
<ADDRESS>
<I>Eric Norum<BR>address@hidden<BR>Tue Nov 18 16:13:38 CST 1997</I>
</ADDRESS>
</BODY>
</HTML>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]