[poky] binutils: problem with binutils-cross-canadian-arm
vik Vik Sinisa
vik at keba.com
Wed Oct 24 05:14:21 PDT 2018
Hi,
I created mingw32 based SDK with using latest fsl community Yocto sumo branch for custom iMX6 platform that we use.
I have problem with binutils package in SDK, binutils tools doesn't work correctly (you can execute command using windows cmd but there is no error output and command just doesn't do anything).
Our distro configuration includes security_flags.inc file (now It's added by default to poky.conf on master).
After some investigation I notice that if I change GCCPIE ?= "--enable-default-pie" to GCCPIE ?= "" in security_flags.inc and rebuild mingw32 SDK binutils tools are working as expected.
Tried to add sdkmingw32 override for GCCPIE flag in security_flags.inc (GCCPIE_sdkmingw32 = "") as Linux SDK is working correctly and we have only issue with mingw32 SDK but that didn't helped.
I was able to reproduce this issue with community distro using sumo branch:
MACHINE=imx6qdlsabresd DISTRO=poky-lsb
Build line:
SDKMACHINE=x86_64-mingw32 bitbake meta-toolchain -c do_populate_sdk
Do you have idea what could be an issue here?
Sinisa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/poky/attachments/20181024/3bfd2425/attachment.html>
More information about the poky
mailing list