Infineon / linux-optiga-trust-m

Linux tools and examples for OPTIGA™ Trust V1/V3 security solution
MIT License
22 stars 18 forks source link

Add compatiblity with linker --as-needed option #5

Closed tgagneret-embedded closed 4 years ago

tgagneret-embedded commented 4 years ago

Yocto add some flags when compiling. Linker option, --as-needed, is one of them and it caused the compilation to fail because files/libraries was not given in the right order.

ayushev commented 4 years ago

I assume you use yocto. Can I ask, which board?

tgagneret-embedded commented 4 years ago

Hi,

I'm using a custom board with AM437x processor.