<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/bdm/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/bdm/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 23 Aug 2005 14:45:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bdm/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>How to set stack origin?</title><link>https://sourceforge.net/p/bdm/support-requests/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How does bdm-gdb (version 6.3) set the stack origin?&lt;br /&gt;
When resetting cpu32, pc and sp value are loaded from &lt;br /&gt;
external memory, and vbr is reset to 0. This is usually &lt;br /&gt;
ROM, and not the RAM I loaded my application into. &lt;br /&gt;
Setting the sp obviously does not set the gdb &lt;br /&gt;
assumptions of stack-top.&lt;br /&gt;
How can I tell the gdb the real stack top I define? the &lt;br /&gt;
load command seems not to do this task and a manual &lt;br /&gt;
command is not documented.&lt;br /&gt;
Has anybody an idea or a workaround?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 23 Aug 2005 14:45:31 -0000</pubDate><guid>https://sourceforge.net0e38d28841e57932a5e9d3449854188145cabb96</guid></item><item><title>m68k-bdm-1.3.0</title><link>https://sourceforge.net/p/bdm/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to compile the BDM library (m68k-bdm-&lt;br /&gt;
1.3.0) using MinGW (tryed with versions: 3.0.0-1, 3.1.0-&lt;br /&gt;
1, 3.2.0-rc-3) and MSYS (version 1.0.10-1). I get the &lt;br /&gt;
following error:&lt;/p&gt;
&lt;p&gt;m68k-bdm-1.3.0/flashlib/bdmfilt.h:15 error: syntax error &lt;br /&gt;
before "caddr_t"&lt;/p&gt;
&lt;p&gt;and several other errors and warning. See the attached &lt;br /&gt;
file.&lt;/p&gt;
&lt;p&gt;Thanks, regards,&lt;/p&gt;
&lt;p&gt;Andrea&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 31 May 2005 14:50:07 -0000</pubDate><guid>https://sourceforge.netaa8a9101f3d821ad2192e8ec11f92cc959c91cb1</guid></item><item><title>5407 rambar2 reg addition</title><link>https://sourceforge.net/p/bdm/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Could you add rambar2 for the 5407?&lt;/p&gt;
&lt;p&gt;Cheers.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Williams</dc:creator><pubDate>Thu, 14 Apr 2005 18:34:16 -0000</pubDate><guid>https://sourceforge.net97dde5989e121dcec5277af841ea7769c021181c</guid></item><item><title>Failed - make all install</title><link>https://sourceforge.net/p/bdm/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First attempt (logged in as root) :&lt;/p&gt;
&lt;p&gt;cd m68k-bdm-1.3.0/driver/linux:&lt;/p&gt;
&lt;p&gt;make all install&lt;/p&gt;
&lt;p&gt;.../pathdown.sh: access denied&lt;/p&gt;
&lt;p&gt;I manually changed the Permission on the path to the file &lt;br /&gt;
and the file itself.&lt;/p&gt;
&lt;p&gt;Then:&lt;/p&gt;
&lt;p&gt;make all install&lt;/p&gt;
&lt;p&gt;..../pathdown.sh: line 4: TOPDIR: parameter null or not set&lt;/p&gt;
&lt;p&gt;Run xconfig, enable the loadable module support&lt;br /&gt;
save and exit&lt;/p&gt;
&lt;p&gt;make dep&lt;/p&gt;
&lt;p&gt;reboot machine&lt;/p&gt;
&lt;p&gt;cd m68k.../driver/linux&lt;/p&gt;
&lt;p&gt;make all install&lt;/p&gt;
&lt;p&gt;..../pathdown.sh: line 4: TOPDIR: parameter null or not set&lt;/p&gt;
&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin777</dc:creator><pubDate>Tue, 01 Mar 2005 17:15:50 -0000</pubDate><guid>https://sourceforge.net1f15c6e54040cc6d00648bad0221ede237226e9c</guid></item><item><title>Problems on Win32/Cygwin</title><link>https://sourceforge.net/p/bdm/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am trying to build the gdb-bdm tools on WindowsXP&lt;br /&gt;
Home with Cygwin and I am getting an error. I followed&lt;br /&gt;
the directions in the readme, and it is failing on step&lt;br /&gt;
6. Everything compiles fine, but it just won't link.&lt;/p&gt;
&lt;p&gt;Below is the relevant output from 'make'. The problem&lt;br /&gt;
seems to be in the `cat ofiles` line where the shell&lt;br /&gt;
should execute `cat ofiles` and put its output into the&lt;br /&gt;
file list. But it does not seem to do this and instead,&lt;br /&gt;
the libtool seems to take the `cat ofiles` to be a&lt;br /&gt;
filename or something.&lt;/p&gt;
&lt;p&gt;Any ideas on a workaround? Perhaps the cygwin /bin/sh&lt;br /&gt;
is not working correctly? Has anyone had this problem&lt;br /&gt;
before?&lt;/p&gt;
&lt;p&gt;echo $f &amp;gt; tofiles&lt;br /&gt;
/bin/sh ../../../src/gdb-6.0/bfd/../move-if-change&lt;br /&gt;
tofiles ofiles&lt;br /&gt;
touch stamp-ofiles&lt;br /&gt;
/bin/sh ./libtool --mode=link gcc -W -Wall&lt;br /&gt;
-Wstrict-prototypes -Wmissing-prototypes -I&lt;br /&gt;
/home/brose/coldfire/tools/src/m68k-bdm-1.3.0/lib -I&lt;br /&gt;
/home/brose/coldfire/tools/src/m68k-bdm-1.3.0/driver -L&lt;br /&gt;
/home/brose/coldfire/tools/src/m68k-bdm-1.3.0/lib -L&lt;br /&gt;
/home/brose/coldfire/tools/lib -o libbfd.la -rpath&lt;br /&gt;
/home/brose/coldfire/tools/bin/i686-pc-cygwin/m68k-bdm-elf/lib&lt;br /&gt;
-release 2.14.90  archive.lo archures.lo bfd.lo&lt;br /&gt;
bfdio.lo bfdwin.lo cache.lo coffgen.lo corefile.lo&lt;br /&gt;
format.lo init.lo libbfd.lo opncls.lo reloc.lo&lt;br /&gt;
section.lo syms.lo targets.lo hash.lo linker.lo srec.lo&lt;br /&gt;
binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo&lt;br /&gt;
merge.lo dwarf2.lo simple.lo archive64.lo `cat ofiles`&lt;br /&gt;
cd: can't cd to &lt;br /&gt;
libtool: link: cannot determine absolute directory name&lt;br /&gt;
of `'&lt;br /&gt;
make[2]: *** [libbfd.la] Error 1&lt;br /&gt;
make[2]: Leaving directory&lt;br /&gt;
`/home/brose/coldfire/tools/build/gdb/bfd'&lt;br /&gt;
make[1]: *** [install-recursive] Error 1&lt;br /&gt;
make[1]: Leaving directory&lt;br /&gt;
`/home/brose/coldfire/tools/build/gdb/bfd'&lt;br /&gt;
make: *** [install-bfd] Error 2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Rose</dc:creator><pubDate>Wed, 06 Oct 2004 12:54:24 -0000</pubDate><guid>https://sourceforge.net74ac6bff3f2d4bb1c65f90685ce6f540303ba3d9</guid></item><item><title>Documenation</title><link>https://sourceforge.net/p/bdm/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;Where can I find the documentation on how to hse this&lt;br /&gt;
tools? A simple overview would be very helpfull!&lt;/p&gt;
&lt;p&gt;Sincerely&lt;/p&gt;
&lt;p&gt;F. Daners&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 09 May 2004 14:06:58 -0000</pubDate><guid>https://sourceforge.netecd2b35735697a8d0110f0fdbf6bfceeea8ba326</guid></item></channel></rss>