Skip to content

Commit

Permalink
platform.txt: Add include path to newlib math library
Browse files Browse the repository at this point in the history
  • Loading branch information
SPRESENSE authored Nov 30, 2023
2 parents 0b72948 + ef95bb7 commit f83bdf8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ compiler.warning_flags.all=-Wall -Wextra

compiler.path={runtime.tools.gcc-arm-none-eabi.path}/{runtime.os}/bin/
compiler.sdk.path={build.kernel}
compiler.cpreprocessor.flags= "-I{build.kernel}/nuttx/include/libcxx" "-I{build.kernel}/nuttx/include" "-I{build.kernel}/nuttx/arch" "-I{build.kernel}/nuttx/arch/chip" "-I{build.kernel}/sdk/include" "-I{build.kernel}/sdk/modules/include" "-I{build.kernel}/sdk/apps/include" "-I{build.kernel}/sdk/system/include" "-I{build.kernel}/sdk/externals/include" "-I{build.kernel}/sdk/externals/include/cmsis" "-I{variant.path}" {build.debug} -DCONFIG_WCHAR_BUILTIN -DCONFIG_HAVE_DOUBLE -D__NuttX__
compiler.cpreprocessor.flags= "-I{build.kernel}/nuttx/include/libcxx" "-I{build.kernel}/nuttx/include/newlib" "-I{build.kernel}/nuttx/include" "-I{build.kernel}/nuttx/arch" "-I{build.kernel}/nuttx/arch/chip" "-I{build.kernel}/sdk/include" "-I{build.kernel}/sdk/modules/include" "-I{build.kernel}/sdk/apps/include" "-I{build.kernel}/sdk/system/include" "-I{build.kernel}/sdk/externals/include" "-I{build.kernel}/sdk/externals/include/cmsis" "-I{variant.path}" {build.debug} -DCONFIG_WCHAR_BUILTIN -DCONFIG_HAVE_DOUBLE -D__NuttX__


compiler.c.cmd=arm-none-eabi-gcc
Expand Down

0 comments on commit f83bdf8

Please sign in to comment.