This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Well, your use case is one that requires writing into the sysroot, I suppose. I have no other suggestion, but yet I wonder: once the Qt apps are built, how do you manage to make them run? Do you use populate (or any similar tool) to get needed Qt libs into the staginf area?
Also, even if you put your additional libs in the sysroot, do you ship the toolchain RO or RW? I mean: when your customers build the Qt apps, the libs will be found (as they are in the sysroot); but where do they install the generated apps? What if they build their ownadditional libs? Do they put them in the sysroot? Or do they use a kind of staging area like I suggest?
Your use-case is more akin to providing an SDK than providing a toolchain. So I would do it that way if I had to ( but if I had my say, everything would be compiled from source everytime ;-) ).
-- Regards,
-- For unsubscribe information see http://sourceware.org/lists.html#faq
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |