« Return to Thread: Eclipse C++ and using the toolchain for gumstix

Re: Eclipse C++ and using the toolchain for gumstix

by Michael Caughey :: Rate this Message:

Reply to Author | View in Thread

This might be a stupid question, but if I use the toolchain from the
buildroot, will the executable that I compile be ready to run on the
gumstix?  My assumption, or belief, or thought is yes.  I just want to be
positive so if i try it and hit a brick wall I can rule that out.

I'm soooo glad I went down this road.  I've already switched from C++ to C,
read two books started another, begun coding in C and totally redesigned my
application.  All in two days.

BTW any good book recommendations for building apps for Gumstix or embedded
apps?

I read the C++ pocket guide, as a refresher and OReillys Programming
Embedded Systems and I have identified a few chapters in the Advanced
Programming in the Unix Environmet that I want to skim/read.

I thought about picking up O'Riellys book on Device Drivers.

-Michael

----- Original Message -----
From: "Chris Dollar" <chris.dollar@...>
To: "General mailing list for gumstix users."
<gumstix-users@...>
Sent: Thursday, May 15, 2008 4:09 PM
Subject: Re: [Gumstix-users] Eclipse C++ and using the toolchain for gumstix


> Michael,
>
> Take a look here
> http://wiki.hbmobile.org/index.php?title=HOWTO_Configure_Eclipse_to_Work_with_Jowles
> It goes through the steps to have eclipse use the buildroot toolchain.
>
> Chris
>
> On Thu, May 15, 2008 at 11:30 AM, Michael Caughey <michael@...>
> wrote:
>> I complete new to C++ development in this environment.  I did C/C++ 9
>> years
>> a go and since then I've done Java.  I have used Eclipse in Java alot
>> including making plugins.  That said, I"m crawling all over again, I fee
>> like an infant.
>>
>> Here's my question:
>>
>> I have a linux machine running Unbuntu 8.04 with Eclipse 3.3 installed
>> along
>> with th CDT.
>> I also have the BuildRoot checked out and built.
>>
>> When I create a new C++ Project I select Makefile project, then the Hello
>> World C++ Project.  Then on the right hand side there is an option Linux
>> GCC
>> or --Other Toolchain --.  As I understand and I'm reading like crazy both
>> in
>> new books I bought from borders and from the gumstix wiki amongst others,
>> as
>> I understand when the BuildRoot is built it creates a toolchain for the
>> gumstix.  is there a way to register that tool chain withEclipse so that
>> I
>> can select it?  Do I need to?  Ulitmately I'll add to the build root
>> process
>> local on my computer and build it as part of the file system, unless
>> there
>> is an easier way, like build it in Eclipse using the correct toolchain
>> and
>> then all I have to do is deploy it.
>>
>> Like I said I'm totally new to this.  Please be gentle : - ).
>>
>>
>> Thanks,
>> Michael
>>
>> "In the beginner's mind there are many possibilities. In the expert's
>> mind
>> there are few."
>> -Shunryu Suzuki
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> gumstix-users mailing list
>> gumstix-users@...
>> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>>
>>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gumstix-users mailing list
> gumstix-users@...
> https://lists.sourceforge.net/lists/listinfo/gumstix-users
>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-users

 « Return to Thread: Eclipse C++ and using the toolchain for gumstix