cancel
Showing results for 
Search instead for 
Did you mean: 

BLIT_OP_COPY_L8 was not declared in this scope

Alex Grubb
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Alex Grubb
Associate II

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.

View solution in original post

4 REPLIES 4
MM..1
Chief II

Your import method isnt right.

Alex Grubb
Associate II

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

MM..1
Chief II

Maybe when you describe or show somethink

Alex Grubb
Associate II

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.