Skip to main content
Visitor II
July 4, 2019
Solved

Hello World GTK

  • July 4, 2019
  • 1 reply
  • 829 views

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:

https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157C-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Create_a_simple_hello-world_application

i always get x86 executable, not ARM. Any help please, thank you!

K.

    This topic has been closed for replies.
    Best answer by K.Ata15

    Ignore please, works fine without makefile.

    1 reply

    K.Ata15AuthorAnswer
    Visitor II
    July 5, 2019

    Ignore please, works fine without makefile.