Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

GPY + PYGATE + debug fail #482

Open
x893 opened this issue Sep 27, 2020 · 1 comment
Open

GPY + PYGATE + debug fail #482

x893 opened this issue Sep 27, 2020 · 1 comment

Comments

@x893
Copy link

x893 commented Sep 27, 2020

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
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants