Skip to main content
Sandy.Dahl
Associate III
July 15, 2019
Solved

Problems upgrading from 4.9.6 to 4.10.0

  • July 15, 2019
  • 3 replies
  • 802 views

Hi @Martin KJELDSEN​ !

You usually support me with TouchGFX, this must be a simple one for you but I can't find the solution in the community.

I'm having an issue trying to update my project from TouchGFX 4.9.6 to 4.10. I get the build error:

undefined reference to `touchgfx::HAL::copyFBRegionToMemory(touchgfx::Rect, unsigned short*, unsigned long)'

I think it is because I miss the function copyFBRegionToMemory(touchgfx::Rect, unsigned short*, unsigned long) in \touchgfx\touchgfx\framework\source\touchgfx\hal\HAL.cpp. Where can I find the latest version of source code to update?

This topic has been closed for replies.
Best answer by Martin KJELDSEN

Hi @Sandy.Dahl​,

Back from vacation. There's just one version of 4.10.0 and the signature for copyFBRegionToMemory() hasn't changed.

Did you figure anything out while i was gone?

/Martin

3 replies

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
August 5, 2019

Hi @Sandy.Dahl​,

Back from vacation. There's just one version of 4.10.0 and the signature for copyFBRegionToMemory() hasn't changed.

Did you figure anything out while i was gone?

/Martin

Sandy.Dahl
Associate III
August 7, 2019

Hi Martin!

I didn't figure out why I got that error. I deleted the TouchGFX-lib (4.9.6) and added 4.10 again, and the error somehow didn't return! So the issue is solved.

Thanks!

Martin KJELDSEN
Principal III
August 7, 2019

Okay, that's great :)

/Martin