Hi I am trying to use the math library within the dimming example of nRF SDK for Mesh package.
I am getting a linker error saying "undefined reference to `round' using nrf sdk for mesh" and do not see where to add the math library reference to the cmake text file. Whenever I add the path to libgcc.a to the target_link_libraries command it does not work.
Is there a way to fix this?