pycom / pycom-micropython-sigfox

A fork of MicroPython with the ESP32 port customized to run on Pycom's IoT multi-network modules.
MIT License
197 stars 167 forks source link

GPY + PYGATE + debug fail #482

Open x893 opened 3 years ago

x893 commented 3 years ago

Hi,

make BOARD=GPY TARGET=app BTYPE=debug VARIANT=PYGATE FS=LFS RGB_LED=disable MOD_SIGFOX_ENABLED=0 MOD_COAP_ENABLED=0

`CC util/mperror.c util/mperror.c: In function '__fatal_error': util/mperror.c:230:9: error: implicit declaration of function 'mp_hal_delay_ms' [-Werror=implicit-function-dec laration] mp_hal_delay_ms(20); ^

util/mperror.c:231:9: error: implicit declaration of function 'mp_hal_stdout_tx_str' [-Werror=implicit-functio n-declaration] mp_hal_stdout_tx_str("\r\nFATAL ERROR:"); ^`

with BTYPE=release no errors.

Best regards

pauldeng commented 3 years ago

+1