Skip to content

Commit d6997ac

Browse files
author
oclyke
committed
back to 8-2018-q4-major compiler version
this is an emergency fix so I am bypassing the standard review process this compiler version (8-2018-q4-major) allows floating point operations but produces a linker error (BFD assertion) when compiling the Arduino TensorFlow Lite library for the Edge board
1 parent a8da890 commit d6997ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platform.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ defines.variant={build.defs}
6363

6464

6565
## Compiler and Toolchain
66-
compiler.path={runtime.tools.arm-none-eabi-gcc-7-2017q4.path}/bin
66+
compiler.path={runtime.tools.arm-none-eabi-gcc-8-2018-q4-major.path}/bin
6767
compiler.cmd.cpp=arm-none-eabi-g++
6868
compiler.cmd.c=arm-none-eabi-gcc
6969
compiler.cmd.S=arm-none-eabi-gcc

0 commit comments

Comments
 (0)