Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tnoell

Pages: [1]
1
Open Embedded / Gcc-native?
« on: November 16, 2005, 03:28:27 pm »
Hi OE:
I am new to OE and new to bitbake, so please forgive me if this is a dumb question ...

I am wondering why there is no "gcc-native" package?  I googled "gcc-native" and found this in an irc log:

19:51.44   luother   hi, is it normal that bitbake with oe seems to compile some things multiple times for one package? sometimes with the extension cvs or native, like gcc, gcc-native, glibc, glibc-native
19:51.49   RP   Yes, I'm refering to them...
19:52.30   kergoth_   luother: hm?
19:52.37   kergoth_   luother: there is no glibc-native, nor is there a gcc-native.
19:52.42   kergoth_   luother: oe builds what it needs, when it needs it.

In our shop, we do not build our cross compilers with the gcc installed on the system.  Rather, we use the gcc on the system to build another gcc (possibly a different version) for the host system, and then use that for building the cross toolchain.

(We do this to be able to reproduce older releases of code that were built with downlevel compilers even if our system gcc has been upgraded).

I was hoping that there was a gcc-native package, but if there is not, is there any reason why I couldn't make/describe one to bitbake?  Where do I hook in the dependency?

Thx for any light you can shine,
Tim Noell
Lexmark International, Inc.

2
Open Embedded / Checking Out Bitbake Fails
« on: November 11, 2005, 11:14:21 am »
You can tell svn about your proxy.
See
~/.subversion/servers
for details.
Once the proxy is set up, svn happily uses it.
svn is a cool tool.  Just starting to look at bitbake, and it looks like a cool tool as well.
HTH,
Tim

Pages: [1]