Include math.h lib#

Note

In the standard UltraZohm software, this TCL script vitis_generate_UltraZohm_workspace.tcl should take care of this step.

If the compiler throws an error when using functions from math.h, you will have to tell the compiler to link the standard math library.

Open the project properties.

../../../_images/include_math_lib1.png

Add the math library by going through the steps.

  1. C/C++ build -> Settings

  2. ARM R5 gcc linker -> libraries

  3. Small button Add…

  4. Type in “m”

  5. OK

  6. Apply

  7. Apply and Close

    ../../../_images/include_math_lib2.png