<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>GRRLIB_Init() cant be used although GRRLIB is included</title>
<description> This is just strange, try and see whats wrong:

#include &quot;GRRLIB/GRRLIB.h&quot;


//---------------------------------------------------------------------------------
int main(int argc, char **argv) {
//---------------------------------------------------------------------------------

// Initialise the video system
GRRLIB_Init();

Here is the error message from the compiler:

&amp;gt; &quot;make&quot; 
main.c
linking ... WiiBrowse.elf
main.o: In function `main&amp;#039;:
c:/WiiBrowse/source/main.c:16: undefined reference to `GRRLIB_Init&amp;#039;
collect2: ld returned 1 exit status
make[1]: *** [/c/WiiBrowse/WiiBrowse.elf] Error 1
&quot;make&quot;: *** [build] Error 2

&amp;gt; Process Exit Code: 2
&amp;gt; Time Taken: 00:01

i bet god cant figure this out</description><link>http://forum.wiibrew.org/read.php?11,14055,14055#msg-14055</link><lastBuildDate>Tue, 10 Mar 2026 05:18:16 +0100</lastBuildDate>
<generator>Phorum 5.2.23</generator>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14055,14116#msg-14116</guid>
<title>Re: GRRLIB_Init() cant be used although GRRLIB is included</title><link>http://forum.wiibrew.org/read.php?11,14055,14116#msg-14116</link><description><![CDATA[ Thanks i fixed all the other problems that occured]]></description>
<dc:creator>SteelSLasher</dc:creator>
<category>Coding</category><pubDate>Mon, 13 Apr 2009 13:31:36 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14055,14061#msg-14061</guid>
<title>Re: GRRLIB_Init() cant be used although GRRLIB is included</title><link>http://forum.wiibrew.org/read.php?11,14055,14061#msg-14061</link><description><![CDATA[ Make sure the following is in your makefile:<br /><pre class="bbcode">SOURCES:=	source source/GRRLIB</pre>]]></description>
<dc:creator>RazorChrist</dc:creator>
<category>Coding</category><pubDate>Sun, 12 Apr 2009 22:03:28 +0200</pubDate></item>
<item>
<guid>http://forum.wiibrew.org/read.php?11,14055,14055#msg-14055</guid>
<title>GRRLIB_Init() cant be used although GRRLIB is included</title><link>http://forum.wiibrew.org/read.php?11,14055,14055#msg-14055</link><description><![CDATA[ This is just strange, try and see whats wrong:<br /><pre class="bbcode">
#include "GRRLIB/GRRLIB.h"


//---------------------------------------------------------------------------------
int main(int argc, char **argv) {
//---------------------------------------------------------------------------------

	// Initialise the video system
	GRRLIB_Init();</pre><br />Here is the error message from the compiler:<br /><pre class="bbcode">
&gt; "make" 
main.c
linking ... WiiBrowse.elf
main.o: In function `main&#039;:
c:/WiiBrowse/source/main.c:16: undefined reference to `GRRLIB_Init&#039;
collect2: ld returned 1 exit status
make[1]: *** [/c/WiiBrowse/WiiBrowse.elf] Error 1
"make": *** [build] Error 2

&gt; Process Exit Code: 2
&gt; Time Taken: 00:01</pre><br />i bet god cant figure this out]]></description>
<dc:creator>SteelSLasher</dc:creator>
<category>Coding</category><pubDate>Sun, 12 Apr 2009 20:38:54 +0200</pubDate></item>
</channel>
</rss>