cancel
Showing results for 
Search instead for 
Did you mean: 

How to use gcc compile the stm32h750dk online application(out of box demo) source code?

alivexiaoluo
Associate III

Hi,I am a new developer of stm32h750dk.

Develop environment:

OS:Windows 10

Compile tool:

1, gcc 9-2019-q4-major link:https://launchpad.net/gcc-arm-embedded/+milestone/9-2019-q4-major

2, make MinGW link:http://www.mingw.org/

I generate stm32h750dk online application on touchGFX designer 4.12.3.

When i use gcc to compile the source code, it shows me nothing.

1/ make -f Makefile all

0690X00000DXKJBQA5.png

​2/make -d Makefile

0690X00000DXKCeQAP.png

I generate the source code for stm32f103 via stm32cubemx, it compiles well.

0690X00000DXKEzQAP.png

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

Try making using the TouchGFX Environment. It's set up with everything required.

/Martin

View solution in original post

3 REPLIES 3
Martin KJELDSEN
Chief III

Try making using the TouchGFX Environment. It's set up with everything required.

/Martin

Hi,Martin KJELDSEN.

Your suggestion is right, and thanks for your attention.

Nice! You're welcome 🙂