<?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/pw32/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/pw32/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 09 Nov 2016 10:13:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pw32/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>Should projects use PW32 - or a different layer?</title><link>https://sourceforge.net/p/pw32/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Just stumbled over this project and wonder if any program used in a legacy Win9x environment (currently using MinGW for theoretically supporting these systems) should try it - or if there are better options.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simon Sobisch</dc:creator><pubDate>Wed, 09 Nov 2016 10:13:18 -0000</pubDate><guid>https://sourceforge.net5621e4833c0e044130b114e23ecb5730dbd78347</guid></item><item><title>Help me to compile Gcc-2.95 in MinGW</title><link>https://sourceforge.net/p/pw32/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br /&gt;
I am trying to compile GCC-2.95 in MinGW &lt;br /&gt;
environment but it&amp;amp;#8217;s not&lt;br /&gt;
Compiling. I am gating some error at the time of &lt;br /&gt;
compiling Bunitils-2.10.1.&lt;br /&gt;
But using the same source file (Bunitils-2.10.1, GCC-&lt;br /&gt;
2.95, newlib-1.12.0)&lt;br /&gt;
I am able to compile GCC in Cygwin and Linux &lt;br /&gt;
environment for target&lt;br /&gt;
arm-elf  and it&amp;amp;#8217;s generating all the exe file but the &lt;br /&gt;
problem is there we have &lt;br /&gt;
to use Cygwin means one dependence is there. &lt;br /&gt;
Is it possible to compile GCC for target arm-elf which &lt;br /&gt;
wouldn&amp;amp;#8217;t use Cygwin?&lt;br /&gt;
Dll and I can run it in MS-DOS environment without &lt;br /&gt;
having any dependence.&lt;br /&gt;
Below I am mentioning all the details which I have &lt;br /&gt;
done to solve the problem&lt;br /&gt;
First-&lt;br /&gt;
Bison 1.35 &lt;br /&gt;
Configuration-Ok (No Error)&lt;br /&gt;
Make-(Error)- in localename.c-line no 630-&lt;br /&gt;
commented this line then it&amp;amp;#8217;s                &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;working properly.&lt;/p&gt;
&lt;p&gt;Make install-Ok (No Error) .&lt;br /&gt;
Second-&lt;br /&gt;
Binutils-2.10.1      &lt;br /&gt;
Configuration &amp;amp;#8211;Ok (No Error).&lt;br /&gt;
Make-Ok  (No &lt;br /&gt;
Error).                                 &lt;br /&gt;
Make install-Ok (No Error)&lt;br /&gt;
Third-&lt;br /&gt;
Symbolic link-GCC2.95 &amp;amp; Newlib-1.12.0&lt;br /&gt;
ln -s /root/newgnu/newlib-1.9.0/newlib &lt;br /&gt;
newlib &lt;br /&gt;
ln -s /root/newgnu/newlib-1.9.0/libgloss &lt;br /&gt;
libgloss&lt;br /&gt;
Fourth-                                   &lt;br /&gt;
GCC-2.95&lt;br /&gt;
Configuration &amp;amp;#8211;Ok (No Error).&lt;br /&gt;
Make Install-Error in gcc-&lt;br /&gt;
2.95/gcc/callect2.c&lt;/p&gt;
&lt;p&gt;gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -&lt;br /&gt;
DHAVE_CONFIG_H    -I. -I. -I./confi                 g -&lt;br /&gt;
I./../include underscore.c&lt;br /&gt;
rm -f collect2.exe&lt;br /&gt;
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -&lt;br /&gt;
DHAVE_CONFIG_H  -o collect2.exe collec               &lt;br /&gt;
t2.o tlink.o hash.o intl.o underscore.o version.o&lt;br /&gt;
obstack.o       -&lt;br /&gt;
ladvapi32 ..                 /libiberty/libiberty.a&lt;br /&gt;
collect2.o(.text+0x2a9): In function `handler':&lt;br /&gt;
C:/msys/home/newgcc/gcc-2.95/gcc/collect2.c:526: &lt;br /&gt;
undefined reference to `kill'&lt;br /&gt;
collect2.o(.text+0x3795): In function `scan_prog_file':&lt;br /&gt;
C:/msys/home/newgcc/gcc-2.95/gcc/collect2.c:2265: &lt;br /&gt;
undefined reference to `pipe'&lt;br /&gt;
collect2.o(.text+0x3834):C:/msys/home/newgcc/gcc-&lt;br /&gt;
2.95/gcc/collect2.c:2288: undef                 ined &lt;br /&gt;
reference to `fork'&lt;br /&gt;
make[1]: *** [collect2.exe] Error 1&lt;br /&gt;
make[1]: Leaving directory `/home/newgcc/gcc-&lt;br /&gt;
2.95/gcc'&lt;br /&gt;
make: *** [all-gcc] Error 2&lt;/p&gt;
&lt;p&gt;if I ignore this error using- &lt;br /&gt;
make all install &amp;amp;#8211;i &amp;amp;#8211;k option then it&amp;amp;#8217;s ok and generating all &lt;br /&gt;
the .exe file but while compiling an application program&lt;br /&gt;
I am gaiting this error-&lt;/p&gt;
&lt;p&gt;_udivsi3&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s: &lt;br /&gt;
Assembler messages:&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:2&lt;br /&gt;
: Error: invalid character '@' in                  mnemonic&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:3&lt;br /&gt;
: Error: invalid character '@' in                  mnemonic&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
2: Error: no such instruction: `d                 ividend .req &lt;br /&gt;
r0'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
3: Error: no such instruction: `d                 ivisor .req &lt;br /&gt;
r1'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
4: Error: no such instruction: `r                 esult .req r2'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
5: Error: no such instruction: `c                 urbit .req r3'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
6: Error: no such instruction: `i                 p .req r12'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
7: Error: no such instruction: `s                 p .req r13'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
8: Error: no such instruction: `l                 r .req r14'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:7&lt;br /&gt;
9: Error: no such instruction: `p                 c .req r15'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:8&lt;br /&gt;
3: Warning: .type pseudo-op used                  outside &lt;br /&gt;
of .def/.endef ignored.&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:8&lt;br /&gt;
3: Warning: rest of line ignored;                  first &lt;br /&gt;
ignored character is `_'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:8&lt;br /&gt;
7: Error: expecting operand after                  ','; got &lt;br /&gt;
nothing&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:8&lt;br /&gt;
8: Error: no such instruction: `b                 eq Ldiv0'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:8&lt;br /&gt;
9: Error: expecting operand after                  ','; got &lt;br /&gt;
nothing&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:9&lt;br /&gt;
0: Error: expecting operand after                  ','; got &lt;br /&gt;
nothing&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:9&lt;br /&gt;
1: Error: too many memory referen                 ces for &lt;br /&gt;
`cmp'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:9&lt;br /&gt;
2: Error: no such instruction: `b                 cc &lt;br /&gt;
Lgot_result'&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:9&lt;br /&gt;
4: Error: invalid character '@' i                 n mnemonic&lt;br /&gt;
C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp\ccUbaaaa.s:9&lt;br /&gt;
5: Error: invalid character '@' i                 n mnem&lt;/p&gt;
&lt;p&gt;If anyone know the solution please help me .&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ardhendu</dc:creator><pubDate>Mon, 31 May 2004 08:57:51 -0000</pubDate><guid>https://sourceforge.net90e16716682bcf69a6826446167569528adde113</guid></item><item><title>how can install pw32?(no content)</title><link>https://sourceforge.net/p/pw32/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;thanks &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">yu li li</dc:creator><pubDate>Fri, 10 Aug 2001 02:54:13 -0000</pubDate><guid>https://sourceforge.net6483621c69c92b0dfd09ce95d914319e9efb4fc5</guid></item><item><title>can not setup pw32?</title><link>https://sourceforge.net/p/pw32/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;how can setup pw32 and install amanda-win32&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 07 Aug 2001 09:00:36 -0000</pubDate><guid>https://sourceforge.net357ac7c991ead28b457fccb81b5c39a38460c87a</guid></item></channel></rss>