Skip to main content
BO Re.1
Associate III
December 19, 2019
Question

Mini project, display ADC reading on screen, im using a text box with wildcard (set to 0), but wont complie?

  • December 19, 2019
  • 6 replies
  • 1416 views

i am getting a load of errors when trying to compile, i have successfully completed the initial video 'Integrating Touchgfx and Cubemx',. here are some errors

all the undefined are in the cmsis.os.c so they should be seen any ideas,

This topic has been closed for replies.

6 replies

Martin KJELDSEN
Principal III
December 20, 2019

From here it looks like you're missing in your project:

* TouchGFX library in your linker settings

* cmsis OS source code

Possibly other things:;

/Martin

BO Re.1
BO Re.1Author
Associate III
December 20, 2019

thanks for getting back to me Martin,

do these not get created with the project? excuse my ignorance but where can i find these?

i have updated to the latest version of Cubemx, TouchGFX and now even the latest video tutorial doesnt work, same errors along with the USBH undefined errors as well,, your help is much appreciated.

regards

Barry

Bob Bailey
Senior
December 20, 2019

I had similar issues on my first attempt. I think there is a specific sequence you have to follow to get cube and touchgfx to understand each other properly.

try following the youtube video step by step. I believe you need to generate in cube before starting the touchgfx process. then you generate in touchgfx. then you can try to compile and it will fail on the simulator files which you then need to exclude from the build.

good luck

Bob

BO Re.1
BO Re.1Author
Associate III
December 22, 2019

thanks Bob,

ill give it a go, although the only step i might have missed is generate in Cube before starting Touchgfx. hopefully that will work :)

regards

Barry