mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-03-12 13:35:17 +00:00
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:
parent
24014b170c
commit
28bc2a7671
4 changed files with 1 additions and 1 deletions
0
RTL00_SDKV35a/component/soc/realtek/8195a/misc/iar_utility/common/tools/checksum
Normal file → Executable file
0
RTL00_SDKV35a/component/soc/realtek/8195a/misc/iar_utility/common/tools/checksum
Normal file → Executable file
0
RTL00_SDKV35a/component/soc/realtek/8195a/misc/iar_utility/common/tools/padding
Normal file → Executable file
0
RTL00_SDKV35a/component/soc/realtek/8195a/misc/iar_utility/common/tools/padding
Normal file → Executable file
0
RTL00_SDKV35a/component/soc/realtek/8195a/misc/iar_utility/common/tools/pick
Normal file → Executable file
0
RTL00_SDKV35a/component/soc/realtek/8195a/misc/iar_utility/common/tools/pick
Normal file → Executable 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue