2022-08-01 05:47 AM
Hi, I am trying to import a touchgfx project into cudeIDE and I'm getting the following errors
BLIT_OP_COPY_L8 was not declared in this scope (in STM32F7DMA.cpp)
and
no declaration matches 'void touchgfx::OSWrappers::taskYield()' (in OSWrappers.cpp)
I'm working on an Emerging Displays EVK070019AB board
If anyone has any ideas what I might be doing wrong I would be very appreciative
Kind regards
Alex
Solved! Go to Solution.
2022-08-03 08:41 AM
Thanks, I've found the problem, I was using an old version of TouchGFX.
I've updated to version 4.20.0 and it now works so I'm guessing they've fixed whatever was causing the problems.
Thank you for your help.
2022-08-01 09:48 AM
Your import method isnt right.
2022-08-03 12:41 AM
Hi MM.1
Thank you for your reply, do you know what is likely to be wrong with my import method.
I have used the same method when importing TouchGFX projects onto a STM32F7 Disco board and they compiles without errors.
Kind regards
Alex
2022-08-03 07:30 AM
Maybe when you describe or show somethink
2022-08-03 08:41 AM
Thanks, I've found the problem, I was using an old version of TouchGFX.
I've updated to version 4.20.0 and it now works so I'm guessing they've fixed whatever was causing the problems.
Thank you for your help.