2019-07-04 08:16 AM
Hello,
Sorry for the basic question, but i have installed the SDK(en.SDK-x86_64-stm32mp1-openstlinux-4.19-thud-mp1-19-02-20.tar), started it as per this article:
https://wiki.st.com/stm32mpu/wiki/STM32MP1_Developer_Package#Starting_up_the_SDK
I get all the correct responses:
echo $ARCH -> arm
echo $CROSS_COMPILE -> arm-openstlinux_weston-linux-gnueabi-
$CC --version -> arm-openstlinux_weston-linux-gnueabi-gcc (GCC) 8.2.0
echo $OECORE_SDK_VERSION -> 2.6-openstlinux-4.19-thud-mp1-19-02-20
Also installed gtk+ 3.0 on the Ubuntu machine running 16.04 LTS, 64 bit.
When i compile the GTK hello_world example:
i always get x86 executable, not ARM. Any help please, thank you!
K.
Solved! Go to Solution.
2019-07-05 03:43 AM
Ignore please, works fine without makefile.
2019-07-05 03:43 AM
Ignore please, works fine without makefile.