<?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: Compile error while bulding the bootloader on Ubuntu</title>
		<link>http://forums.leaflabs.com/topic.php?id=44</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:10:26 +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=44" rel="self" type="application/rss+xml" />

		<item>
			<title>poslathian on "Compile error while bulding the bootloader on Ubuntu"</title>
			<link>http://forums.leaflabs.com/topic.php?id=44#post-185</link>
			<pubDate>Wed, 02 Jun 2010 23:37:37 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">185@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Great!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beckel on "Compile error while bulding the bootloader on Ubuntu"</title>
			<link>http://forums.leaflabs.com/topic.php?id=44#post-184</link>
			<pubDate>Wed, 02 Jun 2010 23:25:39 +0000</pubDate>
			<dc:creator>beckel</dc:creator>
			<guid isPermaLink="false">184@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Oh right... I forgot we had discussed that the toolchain comes with the IDE. I downloaded that version from the codesourcery site and changed the TCHAIN variable in the makefile to fit that version. I changed it back to 'arm-none-eabi' then pointed my bin path to the binaries in the IDE and it built just fine :) Thanks. Attempting to upload via serial tomorrow...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bnewbold on "Compile error while bulding the bootloader on Ubuntu"</title>
			<link>http://forums.leaflabs.com/topic.php?id=44#post-181</link>
			<pubDate>Wed, 02 Jun 2010 22:46:16 +0000</pubDate>
			<dc:creator>bnewbold</dc:creator>
			<guid isPermaLink="false">181@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;oooo 2010q1-202... we haven't tried that release yet, still running 2009q3-68. Probably something simple in the linker scripts, we'll give the new version a try and see what's up. We'll probably stick with the old one for a couple weeks until things are more reliable?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "Compile error while bulding the bootloader on Ubuntu"</title>
			<link>http://forums.leaflabs.com/topic.php?id=44#post-180</link>
			<pubDate>Wed, 02 Jun 2010 22:45:08 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">180@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I'll look in to this more, however my first comment is that the appropriate version of arm-gcc is arm-none-eabi-gcc&#60;/p&#62;
&#60;p&#62;try building it with the arm-gcc binaries in one of the binary dists of the maple-ide&#60;br /&#62;
theyre stashed in path-to-maple-ide/hardware/tools/arm/bin/
&#60;/p&#62;</description>
		</item>
		<item>
			<title>beckel on "Compile error while bulding the bootloader on Ubuntu"</title>
			<link>http://forums.leaflabs.com/topic.php?id=44#post-177</link>
			<pubDate>Wed, 02 Jun 2010 21:27:12 +0000</pubDate>
			<dc:creator>beckel</dc:creator>
			<guid isPermaLink="false">177@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I am experiencing an error while trying to build the maple bootloader. I have the latest checked out from git. &#60;/p&#62;
&#60;p&#62;My env:&#60;br /&#62;
   +Ubuntu 9.10&#60;br /&#62;
   +gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202)&#60;/p&#62;
&#60;p&#62;The error occurs in the linking phase. It seems like it has compiled and assembled:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
.....&#60;br /&#62;
.....&#60;/p&#62;
&#60;p&#62;Linking: build/maple_boot.elf&#60;br /&#62;
arm-none-linux-gnueabi-gcc -mthumb -mcpu=cortex-m3 -mthumb-interwork -I. -g -O0 -ffunction-sections -fdata-sections -Wall -Wimplicit -Wcast-align -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wa,-adhlns=build/build/usb.lst -I./stm32_lib -I./usb_lib -MD -MP -MF .dep/maple_boot.elf.d  build/stm32_lib/c_only_startup.o  build/stm32_lib/cortexm3_macro.o  build/usb.o  build/usb_callbacks.o  build/usb_descriptor.o  build/main.o  build/hardware.o  build/dfu.o  build/usb_lib/usb_regs.o  build/usb_lib/usb_int.o  build/usb_lib/usb_init.o  build/usb_lib/usb_core.o  build/usb_lib/usb_mem.o --output build/maple_boot.elf -nostartfiles -Wl,-Map=build/maple_boot.map,--cref,--gc-sections -lc -lgcc -Tstm32_lib/c_only_md.ld&#60;br /&#62;
/home/ubuntu/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: error: /home/ubuntu/CodeSourcery/Sourcery_G++_Lite/bin/../arm-none-linux-gnueabi/libc/thumb2/lib/libc.so.6: Conflicting architecture profiles A/M&#60;br /&#62;
/home/ubuntu/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/../../../../arm-none-linux-gnueabi/bin/ld: failed to merge target specific data of file /home/ubuntu/CodeSourcery/Sourcery_G++_Lite/bin/../arm-none-linux-gnueabi/libc/thumb2/lib/libc.so.6&#60;br /&#62;
collect2: ld returned 1 exit status&#60;br /&#62;
make: *** [build/maple_boot.elf] Error 1
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;this is after just running a simple 'make'. Any ideas on what this could be?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
