Other Parts Discussed in Thread: CC3200
Hi
Can anybody help me regarding CC3200 MICROPYTHON porting support?
I followed the TI/wiki section and completed it through CYGWIN but could not able to generate bootloader/.bin image,
there is an error occured in between that like below ..
Lenovo@DESKTOP-0GNP05U /cygdrive/c/Users/Lenovo/AppData/Local/micropython-1.10/ports/cc3200 $ make BTARGET=bootloader BTYPE=release BOARD=LAUNCHXL Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. CC ../../lib/utils/printf.c ../../lib/utils/printf.c:105:5: error: '__GI_vsnprintf' specifies less restricti ve attributes than its target 'vsnprintf': 'nonnull', 'nothrow' [-Werror=missing -attributes] 105 | int __GI_vsnprintf(char *str, size_t size, const char *fmt, va_list ap) __attribute__((weak, alias ("vsnprintf"))); | ^~~~~~~~~~~~~~ ../../lib/utils/printf.c:108:5: note: '__GI_vsnprintf' target declared here 108 | int vsnprintf(char *str, size_t size, const char *fmt, va_list ap) { | ^~~~~~~~~ cc1.exe: all warnings being treated as errors make: *** [../../py/mkrules.mk:47: bootmgr/build/LAUNCHXL/release/lib/utils/printf.o] Error 1
Plz support on same.