Closed boozook closed 1 year ago
This error and that
Because of arm-gcc already installed, I'm sure problem in searching-algorithm in crank.
INFO crank > compile_setup: "C:\\Program Files (x86)\\GNU Tools Arm Embedded\\9 2019-q4-major\\bin\\arm-none-eabi-gcc.exe" "-g3" "-c" "-mthumb" "-mcpu=cortex-m7" "-mfloat-abi=hard" "-mfpu=fpv5-sp-d16" "-D__FPU_USED=1" "-O2" "-falign-functions=16" "-fomit-frame-pointer" "-gdwarf-2" "-Wall" "-Wno-unused" "-Wstrict-prototypes" "-Wno-unknown-pragmas" "-fverbose-asm" "-Wdouble-promotion" "-mword-relocations" "-fno-common" "-ffunction-sections" "-fdata-sections" "-DTARGET_PLAYDATE=1" "-DTARGET_EXTENSION=1" "-fno-exceptions" "C:/Users/runneradmin/Documents/PlaydateSDK\\C_API\\buildsupport\\setup.c" "-I" "C:/Users/runneradmin/Documents/PlaydateSDK\\C_API" "-o" "D:\\a\\crank\\crank\\crankstart\\target\\thumbv7em-none-eabihf\\release\\setup.o" Error: The system cannot find the path specified. (os error 3)
I suppose we need to pass normalized non-windows paths to gcc, replace \\ with normal separators /.
\\
/
This is fixed by #49
This error and that
Because of arm-gcc already installed, I'm sure problem in searching-algorithm in crank.
I suppose we need to pass normalized non-windows paths to gcc, replace
\\
with normal separators/
.