<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: error when I tryed compiling a maple C++ program this happend when I entered mak</title>
		<link>http://forums.leaflabs.com/topic.php?id=625</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:16:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=625" rel="self" type="application/rss+xml" />

		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3597</link>
			<pubDate>Thu, 10 Feb 2011 13:41:11 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3597@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I will have to try to get both of thowse in somewhere where they stay.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3593</link>
			<pubDate>Thu, 10 Feb 2011 10:58:03 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">3593@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Glad to hear you got it working!  Don't forget about LIB_MAPLE_HOME as well as PATH.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3590</link>
			<pubDate>Thu, 10 Feb 2011 09:20:47 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3590@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thanks everyone for their assistance I got the maple to compile the unix toolchain c++ code last night using libmaple. :D&#60;/p&#62;
&#60;p&#62;I fallowed the current instructions so maby the version of libmaple I had was wrong now I will look into the ubuntu documentation to have the path stick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3565</link>
			<pubDate>Tue, 08 Feb 2011 23:06:53 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">3565@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Yes, this seems like a problem with your PATH environment variable.  Make sure that it contains the &#34;bin&#34; directory of the un-tar-ed CodeSourcery tools.&#60;/p&#62;
&#60;p&#62;You should be able to type &#34;arm-none-eabi-gcc&#34; at the command line and obtain the following:&#60;/p&#62;
&#60;p&#62;$ arm-none-eabi-gcc&#60;br /&#62;
arm-none-eabi-gcc: no input files&#60;/p&#62;
&#60;p&#62;If instead you get something like&#60;/p&#62;
&#60;p&#62;$ arm-none-eabi-gcc&#60;br /&#62;
arm-none-eabi-gcc: command not found&#60;/p&#62;
&#60;p&#62;Then you either didn't download the correct version of the CodeSourcery tools, or you misconfigured your PATH.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3556</link>
			<pubDate>Tue, 08 Feb 2011 10:10:53 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3556@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;3. then last I am having trouble getting my path info right in ubuntu 10.10 I loaded this like in eatch time so the fixed path info should not be a problem.&#60;/p&#62;
&#60;p&#62;&#34;then afterward I try the original compile again and get this error&#60;/p&#62;
&#60;p&#62;I also tried make again and get this error last time I had to fallow the install procedure again.&#60;/p&#62;
&#60;p&#62;josheeg@josheeg-desktop:~/libmaple$ make&#60;/p&#62;
&#60;p&#62;[...]&#60;br /&#62;
/bin/sh: arm-none-eabi-gcc: not found&#60;br /&#62;
make: *** [build/./libmaple/systick.o] Error 127&#60;/p&#62;
&#60;p&#62;This is a problem with your PATH environment variable. Make sure that you have correctly set your PATH to include the directory which contains arm-none-eabi-gcc.&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3555</link>
			<pubDate>Tue, 08 Feb 2011 10:09:24 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3555@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I can try that again I got it to compile but now I am having trouble getting the path to work in ubuntu 10.10&#60;/p&#62;
&#60;p&#62;the file name of the compiler&#60;/p&#62;
&#60;p&#62;what directory of libmaple or what area that is in I seen a lot of folders with the name of the file some files named gcc it is confusing.&#60;/p&#62;
&#60;p&#62;Then the file and folder to add the path script into to make it know that for a wile.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mbolivar on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3550</link>
			<pubDate>Tue, 08 Feb 2011 04:07:58 +0000</pubDate>
			<dc:creator>mbolivar</dc:creator>
			<guid isPermaLink="false">3550@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;there was a bug in examples/test-session.cpp which has been fixed in recent versions of libmaple.  have you tried the following (from the libmaple root directory)?&#60;/p&#62;
&#60;p&#62;$ git pull&#60;br /&#62;
$ make clean&#60;br /&#62;
$ cp examples/test-session.cpp main.cpp&#60;br /&#62;
$ make
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3489</link>
			<pubDate>Fri, 28 Jan 2011 20:17:30 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3489@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I also tried make again and get this error last time I had to fallow the install procedure again.&#60;/p&#62;
&#60;p&#62;josheeg@josheeg-desktop:~/libmaple$ make&#60;br /&#62;
================================================================================&#60;/p&#62;
&#60;p&#62;  Build info:&#60;br /&#62;
     BOARD:           maple&#60;br /&#62;
     MCU:             STM32F103RB&#60;br /&#62;
     MEMORY_TARGET:   flash&#60;/p&#62;
&#60;p&#62;  See 'make help' for all possible targets&#60;/p&#62;
&#60;p&#62;================================================================================&#60;/p&#62;
&#60;p&#62;  [CC]        ./libmaple/systick.c&#60;br /&#62;
/bin/sh: arm-none-eabi-gcc: not found&#60;br /&#62;
make: *** [build/./libmaple/systick.o] Error 127&#60;br /&#62;
josheeg@josheeg-desktop:~/libmaple$
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3488</link>
			<pubDate>Fri, 28 Jan 2011 20:09:28 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3488@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;It was the 2nd c++ program in the tutorial &#60;/p&#62;
&#60;p&#62;This is what the tutorial sead I entered it without the $&#60;/p&#62;
&#60;p&#62;$ cd ~/libmaple&#60;br /&#62;
$ cp examples/test-session.cpp main.cpp&#60;br /&#62;
$ make clean&#60;br /&#62;
$ make&#60;br /&#62;
$ make install
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3487</link>
			<pubDate>Fri, 28 Jan 2011 20:06:32 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3487@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I do not have my maple to plug in with me is that why make failed?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "error when I tryed compiling a maple C++ program this happend when I entered mak"</title>
			<link>http://forums.leaflabs.com/topic.php?id=625#post-3486</link>
			<pubDate>Fri, 28 Jan 2011 19:51:01 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3486@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;error when I tryed compiling a maple C++ program this happend when I entered make&#60;br /&#62;
I have a 64 bit linux system running ubuntu amd 64&#60;/p&#62;
&#60;p&#62;main.cpp: In function 'void loop()':&#60;br /&#62;
main.cpp:299: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:299: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
main.cpp:300: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:300: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
main.cpp:301: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:301: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
main.cpp:302: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:302: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
main.cpp:323: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:323: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
main.cpp:324: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:324: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
main.cpp:325: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:325: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
main.cpp:326: error: invalid conversion from 'int' to 'timer_dev_num'&#60;br /&#62;
main.cpp:326: error:   initializing argument 1 of 'void timer_init(timer_dev_num, uint16)'&#60;br /&#62;
make: *** [build/main.o] Error 1&#60;br /&#62;
josheeg@josheeg-desktop:~/libmaple$
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
