<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/vmips/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/vmips/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 27 Dec 2004 22:25:21 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/vmips/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>cross compiler instructions don't work for os x</title><link>https://sourceforge.net/p/vmips/bugs/28/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The instructions for building a cross compiler do not&lt;br /&gt;
work for mac os x because gcc &amp;lt; 3.0.X does not build&lt;br /&gt;
properly for os x. My os x cross utils are gcc 3.3.2&lt;br /&gt;
configured as:&lt;/p&gt;
&lt;p&gt;Reading specs from&lt;br /&gt;
/usr/local/mips/lib/gcc-lib/mips/3.3.2/specs&lt;br /&gt;
Configured with: ../gcc-3.3.2/configure --target=mips&lt;br /&gt;
--prefix=/usr/local/mips --with-gnu-as --with-gnu-ld&lt;br /&gt;
--disable-threads --disable-shared --disable-nls&lt;br /&gt;
--enable-languages=c,c++&lt;br /&gt;
Thread model: single&lt;br /&gt;
gcc version 3.3.2&lt;/p&gt;
&lt;p&gt;and binutils 2.13.2.1 with --disable-nls&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Mon, 27 Dec 2004 22:25:21 -0000</pubDate><guid>https://sourceforge.netf85a3b2055df92b48d2d31d5d116e27e5492a327</guid></item><item><title>Don't build vmips.pdf if TeX not installed</title><link>https://sourceforge.net/p/vmips/bugs/27/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the CVS versions of VMIPS, if you try to&lt;br /&gt;
build without having TeX&lt;br /&gt;
installed, VMIPS will build OK up until the point where&lt;br /&gt;
it recurses into the doc/ subdirectory, at which point&lt;br /&gt;
you will get an error.&lt;/p&gt;
&lt;p&gt;Instead of doing this, vmips should check for TeX&lt;br /&gt;
when configuring, and disable building the documentation&lt;br /&gt;
if it is not found.&lt;/p&gt;
&lt;p&gt;This isn't a problem for released versions of VMIPS,&lt;br /&gt;
which are distributed along with fully-built copies&lt;br /&gt;
of the documentation.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 25 Dec 2004 21:18:42 -0000</pubDate><guid>https://sourceforge.netf0aaa2eb80210e7cf6c01c69605d1de7abb597bf</guid></item><item><title>The VMIPS environment variable is not documented</title><link>https://sourceforge.net/p/vmips/bugs/26/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The options parsing code will look in the VMIPS environment &lt;br /&gt;
variable if it exists, but this behavior is not documented &lt;br /&gt;
anywhere.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Sun, 04 Jan 2004 22:30:29 -0000</pubDate><guid>https://sourceforge.neta17a812b18666562ac6ddcfa513e9389d06f6d48</guid></item><item><title>setting -o configfile=FOO on the command line does not work</title><link>https://sourceforge.net/p/vmips/bugs/25/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Setting the -o configfile=FOO where FOO is not ~/.vmipsrc &lt;br /&gt;
does not work. This is because the options parsing code &lt;br /&gt;
reads the configuration file before it processes the command &lt;br /&gt;
line arguements. I would submit a fix but the code is tricky &lt;br /&gt;
and there is an undocumented method to set options via the &lt;br /&gt;
VMIPS environment variable. I'm not sure how these should &lt;br /&gt;
all interact.&lt;/p&gt;
&lt;p&gt;I think it would make the most sense if&lt;br /&gt;
1. options from the site configuration file were read&lt;br /&gt;
2. the environment variable VMIPS, and then the &lt;br /&gt;
command line are searched for a configfile option, if that &lt;br /&gt;
exists use it, otherwise use the default.&lt;br /&gt;
3. the configuration file is read and parsed&lt;br /&gt;
4. the remaining VMIPS environment variable options &lt;br /&gt;
are parsed&lt;br /&gt;
5. the remainind command line options are parsed.&lt;/p&gt;
&lt;p&gt;Doing this will require changing process_options() so that it &lt;br /&gt;
resests the global variables getopt uses.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Sun, 04 Jan 2004 22:26:51 -0000</pubDate><guid>https://sourceforge.netb054f35501bc9c39f28b7c50ed2721c6b778439b</guid></item><item><title>testsuite hangs with some .vmipsrc files on Mac OS X 10.3</title><link>https://sourceforge.net/p/vmips/bugs/24/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If I use the attached .vmipsrc file then make check will hang &lt;br /&gt;
on mac os x. I'm using dejagnu-1.4.3 and the standard os x &lt;br /&gt;
utilities.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Sat, 03 Jan 2004 22:23:34 -0000</pubDate><guid>https://sourceforge.netae5fb4d2d4d0a77e7b1cd7f3ab7ca9446c9caa1d</guid></item><item><title>warning when configuring on Mac OS X 10.3</title><link>https://sourceforge.net/p/vmips/bugs/23/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I configure the latest vmips from CVS (Dec 22 19:48:&lt;br /&gt;
47 PST 2003) I get a warning about missing being too old:&lt;/p&gt;
&lt;p&gt;Moble-Twohey:development/vmips % ./configure --&lt;br /&gt;
target=mips --with-mips=/usr/local/mips --prefix=/usr/&lt;br /&gt;
local/mips&lt;br /&gt;
checking build system type... powerpc-apple-darwin7.2.0&lt;br /&gt;
checking host system type... powerpc-apple-darwin7.2.0&lt;br /&gt;
checking target system type... mips-unknown-elf&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking whether build environment is sane... yes&lt;br /&gt;
/Users/twohey/development/vmips/missing: Unknown `--&lt;br /&gt;
run' option&lt;br /&gt;
Try `/Users/twohey/development/vmips/missing --help' for &lt;br /&gt;
more information&lt;br /&gt;
configure: WARNING: `missing' script is too old or missing&lt;br /&gt;
checking for gawk... no&lt;/p&gt;
&lt;p&gt;[rest of configure omitted as it has no warnings]&lt;/p&gt;
&lt;p&gt;I don't think this is important, but I thought I'd pass it along.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Tue, 23 Dec 2003 03:54:35 -0000</pubDate><guid>https://sourceforge.netc0f2875b4c1b4731c39845b1d203e2b27f1be4fc</guid></item><item><title>The To-Do link on the webpage is broken</title><link>https://sourceforge.net/p/vmips/bugs/22/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I get a 404 error when I click on the To-Do link off the dgate &lt;br /&gt;
web page.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Tue, 23 Dec 2003 00:11:01 -0000</pubDate><guid>https://sourceforge.net2bb4fb22a1b67dfaed8f7edfe22c06501a82ca9a</guid></item><item><title>cannot build the latest vmips on Mac OS X 10.3</title><link>https://sourceforge.net/p/vmips/bugs/21/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I cannot build the latest vmips from CVS (12/22/2003). After &lt;br /&gt;
the initial make fails and I try to make again I get the &lt;br /&gt;
following error:&lt;/p&gt;
&lt;p&gt;Moble-Twohey:development/vmips % make&lt;br /&gt;
make  all-recursive&lt;br /&gt;
Making all in .&lt;br /&gt;
Making all in sample_code&lt;br /&gt;
make[3]: Nothing to be done for `all'.&lt;br /&gt;
Making all in test_code&lt;br /&gt;
Making all in vmips.misc-tests&lt;br /&gt;
/bin/sh: line 1: CCASFLAGS@: command not found&lt;br /&gt;
make[3]: *** [clocker.o] Error 127&lt;br /&gt;
make[2]: *** [all-recursive] Error 1&lt;br /&gt;
make[1]: *** [all-recursive] Error 1&lt;br /&gt;
make: *** [all] Error 2&lt;/p&gt;
&lt;p&gt;I'm not sure what's going on here, but I suspect it has &lt;br /&gt;
something to do with the the autoconf warnings I reported &lt;br /&gt;
earlier.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Tue, 23 Dec 2003 00:09:38 -0000</pubDate><guid>https://sourceforge.net25a8f62e5c13c1e0d29e631cb22303d153303f51</guid></item><item><title>autoconf warnings while bootstraping on Mac OS X 10.3</title><link>https://sourceforge.net/p/vmips/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I try to bootstrap the latest vmips cvs snapshot (on &lt;br /&gt;
12/22/2003) on Mac OS X 10.3 I get the following warnings:&lt;/p&gt;
&lt;p&gt;WARNING: Using auxiliary files such as `acconfig.h', &lt;br /&gt;
`config.h.bot'&lt;br /&gt;
WARNING: and `config.h.top', to define templates for &lt;br /&gt;
`config.h.in'&lt;br /&gt;
WARNING: is deprecated and discouraged.&lt;/p&gt;
&lt;p&gt;WARNING: Using the third argument of `AC_DEFINE' and&lt;br /&gt;
WARNING: `AC_DEFINE_UNQUOTED' allows to define a &lt;br /&gt;
template without&lt;br /&gt;
WARNING: `acconfig.h':&lt;/p&gt;
&lt;p&gt;WARNING:   AC_DEFINE([NEED_MAIN], 1,&lt;br /&gt;
WARNING:             [Define if a function `main' is needed.])&lt;/p&gt;
&lt;p&gt;WARNING: More sophisticated templates can also be &lt;br /&gt;
produced, see the&lt;br /&gt;
WARNING: documentation.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Paul Twohey</dc:creator><pubDate>Mon, 22 Dec 2003 23:52:43 -0000</pubDate><guid>https://sourceforge.netd8f8da92aef5980bf34dd35aa0bd775cc5b151c9</guid></item><item><title>sb-print failing in byteswapped case</title><link>https://sourceforge.net/p/vmips/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;vmips-1.1 is failing sb-print in byteswapped&lt;br /&gt;
configurations.&lt;br /&gt;
Duplicated on alpha-&amp;amp;gt;mips-elf and i686-&amp;amp;gt;mips-elf.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian R. Gaeke</dc:creator><pubDate>Wed, 16 Apr 2003 00:19:34 -0000</pubDate><guid>https://sourceforge.netd61ce51d84ea4df13fbe49b479998696b1d0767d</guid></item></channel></rss>