Fix Build on Linux

- fix PATHLIBS variable in sdkset.mk for case-sensitive filesystems
 - change image tools' permissions to make them executable
This commit is contained in:
Tido Klaassen 2017-05-01 20:06:01 +02:00
parent 24014b170c
commit 28bc2a7671
4 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ LIBS =
all: LIBS +=_platform_new _wlan all: LIBS +=_platform_new _wlan
# _mdns m c nosys gcc _wps _p2p _websocket _sdcard _xmodem # _mdns m c nosys gcc _wps _p2p _websocket _sdcard _xmodem
mp: LIBS +=_platform_new _wlan_mp mp: LIBS +=_platform_new _wlan_mp
PATHLIBS = sdk/component/soc/realtek/8195a/misc/bsp/lib/common/gcc PATHLIBS = sdk/component/soc/realtek/8195a/misc/bsp/lib/common/GCC
LDFILE = rlx8195A-symbol-v04-img2.ld LDFILE = rlx8195A-symbol-v04-img2.ld
BOOTS = sdk/component/soc/realtek/8195a/misc/bsp/image BOOTS = sdk/component/soc/realtek/8195a/misc/bsp/image