cancel
Showing results for 
Search instead for 
Did you mean: 

Hello World GTK

K.Ata15
Associate III

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.

1 ACCEPTED SOLUTION

Accepted Solutions
K.Ata15
Associate III

Ignore please, works fine without makefile.

View solution in original post

1 REPLY 1
K.Ata15
Associate III

Ignore please, works fine without makefile.