<?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/gbdk/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/gbdk/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 03 Dec 2002 00:12:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gbdk/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>just compiling</title><link>https://sourceforge.net/p/gbdk/support-requests/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I downloaded the gbdk for DOS and want to &lt;br /&gt;
compile one of my first sourcecodes. Do I have to do &lt;br /&gt;
that in the following way?&lt;/p&gt;
&lt;p&gt;lcc.exe -o code.gb &lt;br /&gt;
code.c&lt;/p&gt;
&lt;p&gt;How can I compile it into GameBoy &lt;br /&gt;
Color Files&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 03 Dec 2002 00:12:31 -0000</pubDate><guid>https://sourceforge.net66bc369b2659a90f4c64ef004b195854fee4e3ca</guid></item><item><title>How to use linker(link-gbz80) commands?</title><link>https://sourceforge.net/p/gbdk/support-requests/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Dear all,&lt;br /&gt;
Who can help me about -k and -l commands?&lt;/p&gt;
&lt;p&gt;As an example,there are crt0.s,cgb.s,color.c files in &lt;br /&gt;
my working directory(\temp\color).  I can success the &lt;br /&gt;
following steps and get color.gb file.&lt;/p&gt;
&lt;p&gt;\temp\bin\as-gbz80  -l -o -s crt0.o crt0.s&lt;br /&gt;
\temp\bin\as-gbz80  -l -o -s cgb.o cgb.s&lt;br /&gt;
\temp\bin\lcc -Wa-l -Wl-m -Wl-j  -c -o color.o color.c&lt;br /&gt;
\temp\bin\link-gbz80 --  -yp0x143=0x80 -m -j -u -z&lt;br /&gt;
color.gb crt0.o color.o  cgb.o &lt;/p&gt;
&lt;p&gt;In order to use LIBRARY funtion. I make some changes.&lt;br /&gt;
Fist of all I make a c1.lnk file that contain as below.&lt;br /&gt;
-yp0x143=0x80 &lt;br /&gt;
-m &lt;br /&gt;
-j &lt;br /&gt;
-u &lt;br /&gt;
-z&lt;br /&gt;
-k d:\temp\color\
-l gb.lib&lt;br /&gt;
color.gb&lt;br /&gt;
crt0.o&lt;br /&gt;
colorbar.o &lt;br /&gt;
-e&lt;/p&gt;
&lt;p&gt;Second I make a gb.lib file that only has one line &lt;br /&gt;
data.&lt;br /&gt;
cgb.o&lt;/p&gt;
&lt;p&gt;Finally,run the following steps.&lt;br /&gt;
\temp\bin\as-gbz80  -l -o -s crt0.o crt0.s&lt;br /&gt;
\temp\bin\as-gbz80  -l -o -s cgb.o cgb.s&lt;br /&gt;
\temp\bin\lcc -Wa-l -Wl-m -Wl-j  -c -o color.o color.c&lt;br /&gt;
\temp\bin\link-gbz80 -f c1.lnk&lt;/p&gt;
&lt;p&gt;All symbles in cgb.o can not be found .&lt;br /&gt;
Please contact me(max@artifnet.com.tw).if you can give &lt;br /&gt;
me any information.&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;
max&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 15 Apr 2002 08:14:35 -0000</pubDate><guid>https://sourceforge.net61c86f6cb5a167f117710bbe0fae5d9a329f3d1e</guid></item><item><title>I can't get GBDK to work at all</title><link>https://sourceforge.net/p/gbdk/support-requests/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When I Try to compile something it comes up with &lt;br /&gt;
nothing but broken links. I think you should fix that &lt;br /&gt;
and give more detailed inst. to make this program &lt;br /&gt;
work. I've been trying to get it to work for a year &lt;br /&gt;
now, I've e-mailed you people to try to get help and &lt;br /&gt;
I've asked around to see if I was doing something &lt;br /&gt;
wrong but I Have gotten no answer. Also I think that &lt;br /&gt;
you should start answering your e-mails. There are &lt;br /&gt;
people out there that have tried and tried and tried &lt;br /&gt;
to use this and could never get it to work like me and &lt;br /&gt;
they can never get any help. &lt;br /&gt;
Thanks Lance&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 19 Jan 2002 19:55:30 -0000</pubDate><guid>https://sourceforge.net6edc5e01d6b5271226e7c167d8ed962edc5f1c2d</guid></item><item><title>FATAL Compiler Error</title><link>https://sourceforge.net/p/gbdk/support-requests/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;when i try to compile my program i type:&lt;/p&gt;
&lt;p&gt;lcc -Wa-l -c -o rumble.o rumble.c&lt;/p&gt;
&lt;p&gt;and it says this...&lt;/p&gt;
&lt;p&gt;scroll.c(232):error *** FATAL Compiler Internal Error &lt;br /&gt;
in file 'gen.c' line number '3864' : code generator &lt;br /&gt;
internal error Contact Author with source code&lt;br /&gt;
...etc....&lt;/p&gt;
&lt;p&gt;this is the code at that location:&lt;/p&gt;
&lt;p&gt;void collision_mode(int col){&lt;br /&gt;
if(col == 1 &amp;amp;amp;&amp;amp;amp; xmode == 0)&lt;br /&gt;
{pixelx+=speed;scroffx+=speed;countxl-=speed;}   &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;if(col == 2 &amp;amp;amp;&amp;amp;amp; xmode == 1){pixelx-=speed;scroffx-&lt;br /&gt;
=speed;countxr-=speed;} &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;if(col == 3 &amp;amp;amp;&amp;amp;amp; ymode == 1){pixely-=speed;scroffy-&lt;br /&gt;
=speed;countyd-=speed;}&lt;/p&gt;
&lt;p&gt;if(col == 4 &amp;amp;amp;&amp;amp;amp; ymode == 0)&lt;br /&gt;
{pixely+=speed;scroffy+=speed;countyu-=speed;}   &lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;there is no gen.c file in my project but it refers to &lt;br /&gt;
one...maybe im missing it?? can someone help me out &lt;br /&gt;
please email me...kevn77@aol.com&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 18 May 2001 06:11:23 -0000</pubDate><guid>https://sourceforge.netaafc9d3de6c86713894209a56588d20b4c572b99</guid></item><item><title>lcc linker limitation?</title><link>https://sourceforge.net/p/gbdk/support-requests/1/</link><description/><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 11 Sep 2000 00:55:35 -0000</pubDate><guid>https://sourceforge.netdf13cc6a72d1901214d934564fe60e65dd85b2d7</guid></item></channel></rss>