You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a git clone of this repo, without any changes, I try and do a make all in the root of this directory.
[email protected]:~/sigfox_murata_gcc$ make all
CC Drivers/BSP/B-L072Z-LRWAN1/b-l072z-lrwan1.o
/bin/sh: 1: Bad substitution
Makefile:198: recipe for target 'Drivers/BSP/B-L072Z-LRWAN1/b-l072z-lrwan1.o' failed
make: *** [Drivers/BSP/B-L072Z-LRWAN1/b-l072z-lrwan1.o] Error 2
GCC is installed and in the PATH
[email protected]:~/sigfox_murata_gcc$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (15:6.3.1+svn253039-1build1) 6.3.1 20170620
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Unfortunately I don't know this tool chain well enough to have any idea what this error means and how to fix it.
The text was updated successfully, but these errors were encountered:
After a git clone of this repo, without any changes, I try and do a
make all
in the root of this directory.GCC is installed and in the PATH
Unfortunately I don't know this tool chain well enough to have any idea what this error means and how to fix it.
The text was updated successfully, but these errors were encountered: