The i586 arch is only an example for the how-to.  Any x86 after i386 should
work fine (i386, i486, i586, i686), just change the GCC arch type in
/etc/make.conf.

I'm not a programmer, just an hardware engineer, but I have done some light
programing and I have found QT to be the easier tool kit to use.  One
interesting thing about embedded QT is that the GUI can talk directly to a
framebuffer, thus avoiding X and make your memory and storage "footprint"
much smaller.  If you want to close source your application, QT can be
expensive.


-- 
heath holcomb
bulah.com


On 8/29/07, wireless <[EMAIL PROTECTED]> wrote:
>
> Heath Holcomb wrote:
> > See this how-to for x86 stuff :
> > http://www.bulah.com/embeddedgentoo.html
>
> Hello Heath,
>
> OK this looks like what I'm looking for.
>
>
> Questions:
> This example is for the i586, as we have several of those to work
> with. Is there an index or list of the various x86 processor types
> and the arch choices that should be used?
>
> Or is everything i586 for embedded gentoo.
>
> for example
>
> AMD K6          i586
> elon SC520      i486
> intel p#        i686
> Geode           i586
> ......
>
> One side note:  I recently picked up a book that you might find
> interesting; From the Bruce Peren's Open Source Series:
>
> "An Introduction to Design Patterns in C++ with QT4". It's
> all about GUI building with C++ and QT4. The book has an
> emphasis on open-source code reuse.
>
>
> Note:
> It'll be the weekend before I have time to  use your document.
> Are you making the gui sources available?
>
>
>
> James
>
>
> --
> [EMAIL PROTECTED] mailing list
>
>

Reply via email to