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

warning: undefined variable 'PARTITION_TABLE_BIN' (IDFGH-685) #3136

Closed
jimparis opened this issue Mar 6, 2019 · 0 comments
Closed

warning: undefined variable 'PARTITION_TABLE_BIN' (IDFGH-685) #3136

jimparis opened this issue Mar 6, 2019 · 0 comments

Comments

@jimparis
Copy link

jimparis commented Mar 6, 2019

On esp-idf master (ff020c3):

$ make IDF_PATH=$(pwd) -C examples/wifi/scan defconfig >/dev/null
$ make IDF_PATH=$(pwd) -C examples/wifi/scan --warn-undefined-variables list-components >/dev/null
/tmp/esp-idf/components/app_update/Makefile.projbuild:11: warning: undefined variable 'PARTITION_TABLE_BIN'
/tmp/esp-idf/components/app_update/Makefile.projbuild:25: warning: undefined variable 'PARTITION_TABLE_BIN'
/tmp/esp-idf/components/app_update/Makefile.projbuild:28: warning: undefined variable 'PARTITION_TABLE_BIN'

Here I had to pass --warn-undefined-variables by hand, but it also shows up in submakes if CONFIG_MAKE_WARN_UNDEFINED_VARIABLES=y.

Introduced by 5e08698

@projectgus projectgus changed the title warning: undefined variable 'PARTITION_TABLE_BIN' warning: undefined variable 'PARTITION_TABLE_BIN' (IDFGH-685) Mar 12, 2019
@igrr igrr closed this as completed in 7112b94 Apr 4, 2019
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

1 participant