Maxim, I think you have two issues: 1) If you are running on an x86-host, you need to have an x86-target SDK in order to compile and run on the x86-host. Typically, we use the qemux86-64 MACHINE. 2) When you run ./configure, you need to pass a set of options that OE-SDK has set up: ./configure ${CONFIGURE_FLAGS} --enable-oe-sdk -- Patrick Williams