mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(linux): disable binary generating for linux target, leave only elf
This commit is contained in:
@@ -183,6 +183,7 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
||||
|
||||
choice APP_BUILD_TYPE
|
||||
prompt "Application build type"
|
||||
default APP_BUILD_TYPE_ELF_ONLY if IDF_TARGET_LINUX
|
||||
default APP_BUILD_TYPE_APP_2NDBOOT
|
||||
help
|
||||
Select the way the application is built.
|
||||
@@ -255,6 +256,12 @@ mainmenu "Espressif IoT Development Framework Configuration"
|
||||
bool
|
||||
prompt "Build app runs entirely in RAM (EXPERIMENTAL)"
|
||||
select APP_BUILD_GENERATE_BINARIES
|
||||
depends on !IDF_TARGET_LINUX
|
||||
|
||||
config APP_BUILD_TYPE_ELF_ONLY
|
||||
bool
|
||||
prompt "ELF only (EXPERIMENTAL), only supported on Linux target"
|
||||
depends on IDF_TARGET_LINUX
|
||||
|
||||
endchoice # APP_BUILD_TYPE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user