Re: libssp_nonshared.a not present in native SDK.
Paul Eggleton
Hi Rafael,
On Thu, 08 Dec 2016 16:05:04 Rafael Gago Castano wrote: Yesterday, when cross-compiling with the SDK (relocatable/non-extensible), IAIUI libquadmath is only for Fortran so unless you're enabling and using that, you don't need it, and it wouldn't be present. However if you are enabling Fortran, there was a recent patch to correctly enable libquadmath here: http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=1013385b2f04b914538c0699a636074496911788 All the statics in "gcc-utils.inc" look to me like they should be on the SDKSo, yes and no. I looked earlier at adding a packagegroup for bringing all of these in together, but the more I looked at it the more I came to realise that in most circumstances you don't actually want all of these libraries - they should come in individually with the pieces that they're intended to be used with. Hence I added an RRECOMMENDS as it seemed appropriate: http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=1c0fc7fcf7772ef8774f623126050972f526fe83 In particular libssp is now RRECOMMENDED by gcc for the target. This patch came in in the morty release so you wouldn't currently see this in krogoth though. Having said that your workaround shouldn't be too awkward in the mean time. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre |
|