Re: Issue with Dynamic Linker and Python Dependency in Yocto SDK Setup
"Nicolas Wirth" <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
An other idea would be to create a static toolchain, with a static cross-compiler. Is this a possibility ? I had a look at those options but none of them seems to be working: EXTRA_OECONF : remove = "--disable-static" EXTRA_OECONF : append = " --enable-static" EXTRA_OECONF : remove = "--enable-shared" EXTRA_OECONF : append = " --disable-static" DISABLE_STATIC = "" BUILDSDK_CFLAGS : append = " -static" BUILDSDK_CXXFLAGS : append = " -static" BUILDSDK_LDFLAGS : append = " -static"