I was just updating a the nrf Connect toolchain version from 2.5.2 to 2.6 and got this error message:
warning: attempt to assign the value '8' to the undefined symbol LV_Z_MEM_POOL_NUMBER_BLOCKS
I was just updating a the nrf Connect toolchain version from 2.5.2 to 2.6 and got this error message:
warning: attempt to assign the value '8' to the undefined symbol LV_Z_MEM_POOL_NUMBER_BLOCKS
Can you attach the code as well as the warning message? Normally, in front of the error/warning message, there are file name and line information, if you use VSCode, you can hold the ctrl + mouse left key, and the IDE will navigate you to the code that generates the error/warning message.
Can you attach the code as well as the warning message? Normally, in front of the error/warning message, there are file name and line information, if you use VSCode, you can hold the ctrl + mouse left key, and the IDE will navigate you to the code that generates the error/warning message.