<?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: The arm toolchain is 32 bits the gcc is 32 bits my ubuntu linux is 64 bits is</title>
		<link>http://forums.leaflabs.com/topic.php?id=627</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=627" rel="self" type="application/rss+xml" />

		<item>
			<title>josheeg on "The arm toolchain is 32 bits the gcc is 32 bits my ubuntu linux is 64 bits is"</title>
			<link>http://forums.leaflabs.com/topic.php?id=627#post-3541</link>
			<pubDate>Mon, 07 Feb 2011 12:51:37 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3541@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;so can anyone assist me with the correct path script or string to make the gcc compiler or g++ one with the tutorial to work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "The arm toolchain is 32 bits the gcc is 32 bits my ubuntu linux is 64 bits is"</title>
			<link>http://forums.leaflabs.com/topic.php?id=627#post-3540</link>
			<pubDate>Mon, 07 Feb 2011 10:35:45 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3540@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;1. maple tutorials problem it doen't mention removing BRLTTY &#38;amp; the unzip&#60;br /&#62;
command doen't work with the * wildcard tiping it out that part works.&#60;/p&#62;
&#60;p&#62;2. A solution I got from the leaflabs team &#34;It's unlikely that this is a 64 vs. 32 bit Linux problem.  The file test-session.cpp had a bug in it that later changes to libmaple uncovered.  I pushed a fix to github the other day that should fix this problem.&#60;/p&#62;
&#60;p&#62;Try updating your git repo, then compiling again.  From the libmaple directory, run:&#60;/p&#62;
&#60;p&#62;$ git pull origin master&#60;br /&#62;
$ make clean&#60;br /&#62;
$ cp examples/test-session.cpp main.cpp&#60;br /&#62;
$ make&#34;&#60;/p&#62;
&#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>gbulmer on "The arm toolchain is 32 bits the gcc is 32 bits my ubuntu linux is 64 bits is"</title>
			<link>http://forums.leaflabs.com/topic.php?id=627#post-3535</link>
			<pubDate>Sun, 06 Feb 2011 12:25:30 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">3535@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Are you sure you have included the correct header file which defines 'timer_dev_num' ?&#60;br /&#62;
Have you changed the c compilers flags in the makefile?&#60;/p&#62;
&#60;p&#62;I found the definition of timer_dev_num, and it's an enum, and so I'd expect there to be no problems, BUT, you'd get that sort of error if the compiler was confused about the type. Another possibility (but I'd expect a slightly different error message) is if the enum is a short, and there were a strict check that the timer_dev_num is a short, and hence the int is losing precision (but that error used to be a different message)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>MessiahAndrw on "The arm toolchain is 32 bits the gcc is 32 bits my ubuntu linux is 64 bits is"</title>
			<link>http://forums.leaflabs.com/topic.php?id=627#post-3528</link>
			<pubDate>Sun, 06 Feb 2011 01:53:30 +0000</pubDate>
			<dc:creator>MessiahAndrw</dc:creator>
			<guid isPermaLink="false">3528@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Perhaps.. If the compiler is producing 64-bit code then int may have 64-bit precision while timer_dev_num is 32-bit (but I would expect it to only give a warning if anything).&#60;/p&#62;
&#60;p&#62;Anyway, the compiler should be producing 32-bit ARM code, not x86_64/IA64 (whichever you're using) regardless of the host's architecture, so most likely your target architecture is set wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>josheeg on "The arm toolchain is 32 bits the gcc is 32 bits my ubuntu linux is 64 bits is"</title>
			<link>http://forums.leaflabs.com/topic.php?id=627#post-3491</link>
			<pubDate>Sat, 29 Jan 2011 16:27:42 +0000</pubDate>
			<dc:creator>josheeg</dc:creator>
			<guid isPermaLink="false">3491@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;The arm toolchain is 32 bits the gcc is 32 bits my ubuntu linux is 64 bits is that why it is getting invalid conversion from int?&#60;/p&#62;
&#60;p&#62;josheeg@josheeg-desktop:~/libmaple$ make install&#60;br /&#62;
  [CXX]       main.cpp&#60;br /&#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;/p&#62;</description>
		</item>

	</channel>
</rss>
