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
Numerous WICED demo apps (e.g. apps\snip\config_mode) fail to build, due to outdated platform makefile emw3165.mk.
c:/users/XYZ/documents/wiced-studio-5.0/43xxx_wi-fi/tools/arm_gnu/bin/win32/arm-none-eabi-ld.exe: build/snip.config_mode-EMW3165/binary/snip.config_mode-EMW3165.elf section .text' will not fit in region APP_CODE'
c:/users/XYZ/documents/wiced-studio-5.0/43xxx_wi-fi/tools/arm_gnu/bin/win32/arm-none-eabi-ld.exe: region `APP_CODE' overflowed by 22452 bytes
make.exe[1]: *** [build/snip.config_mode-EMW3165/binary/snip.config_mode-EMW3165.elf] Error 1
tools/makefiles/wiced_elf.mk:265: recipe for target 'build/snip.config_mode-EMW3165/binary/snip.config_mode-EMW3165.elf' failed
make: *** [main_app] Error 2
Makefile:348: recipe for target 'main_app' failed
Are multiple copies of the WiFi firmware being included in the binary, due to the current makefile?
The text was updated successfully, but these errors were encountered:
Numerous WICED demo apps (e.g. apps\snip\config_mode) fail to build, due to outdated platform makefile emw3165.mk.
c:/users/XYZ/documents/wiced-studio-5.0/43xxx_wi-fi/tools/arm_gnu/bin/win32/arm-none-eabi-ld.exe: build/snip.config_mode-EMW3165/binary/snip.config_mode-EMW3165.elf section
.text' will not fit in region
APP_CODE'c:/users/XYZ/documents/wiced-studio-5.0/43xxx_wi-fi/tools/arm_gnu/bin/win32/arm-none-eabi-ld.exe: region `APP_CODE' overflowed by 22452 bytes
make.exe[1]: *** [build/snip.config_mode-EMW3165/binary/snip.config_mode-EMW3165.elf] Error 1
tools/makefiles/wiced_elf.mk:265: recipe for target 'build/snip.config_mode-EMW3165/binary/snip.config_mode-EMW3165.elf' failed
make: *** [main_app] Error 2
Makefile:348: recipe for target 'main_app' failed
Are multiple copies of the WiFi firmware being included in the binary, due to the current makefile?
The text was updated successfully, but these errors were encountered: