Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants