make Basic_rBoot
make test
works as before, it will build sming, spiffy and a couple of samples
make recurse-samples
does all the samples, as before
find ../samples -maxdepth 1 -mindepth 1 -type d -not -name ".*" | sed -e 's/..\/samples\///'
C:\tools\Sming_RTOS_POC\samples\Basic_rBoot>make
OC out/build/libmain2.a
make -C /C/tools/sming/Sming/rboot
make[1]: Entering directory `/C/tools/sming/Sming/rboot'
CC rboot-stage2a.c
LD /c/tools/Sming_RTOS_POC/samples/Basic_rBoot/out/build/rboot-stage2a.elf
E2 /c/tools/Sming_RTOS_POC/samples/Basic_rBoot/out/build/rboot-hex2a.h
CC rboot.c
LD /c/tools/Sming_RTOS_POC/samples/Basic_rBoot/out/build/rboot.elf
E2 /c/tools/Sming_RTOS_POC/samples/Basic_rBoot/out/firmware/rboot.bin
make[1]: Leaving directory `/C/tools/sming/Sming/rboot'
C+ app/application.cpp
In file included from app/application.cpp:1:0:
include/user_config.h:26:33: fatal error: c_types_compatible.h: No such file or directory
compilation terminated.
make: *** [out/build/app/application.o] Error 1
SMING_HOME ?= c:\tools\Sming\Sming
ESP_HOME ?= c:\Espressif\ESP8266_SDK
brew install gnu-sed --with-default-names
brew install findutils --with-default-names
SAMPLES := $(shell find ../samples -maxdepth 1 -mindepth 1 -type d -not -name ".*" -printf '%P\n')
ls
ls ../samples
ls -1 ../samples
SMING_HOME ?= c:\tools\Sming\Sming
ESP_HOME ?= c:\Espressif\ESP8266_SDK
we were waiting for your fixes :D -- I wish I had debug too!
@all hi people yesterday @alon24 post here about his new lib https://github.com/alon24/InfoScreens
Wow!! Timing could not be more perfect! I was looking for a solution like this to build a small SqueezeBox remote control box and I guess I have no more good reasons not to do it now!