mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
adjusting makefiles for http compile in linux
This commit is contained in:
@@ -233,7 +233,7 @@
|
|||||||
|
|
||||||
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="cdt.managedbuild.targetPlatform.gnu.cross.640456368" isAbstract="false" osList="all" superClass="cdt.managedbuild.targetPlatform.gnu.cross"/>
|
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="cdt.managedbuild.targetPlatform.gnu.cross.640456368" isAbstract="false" osList="all" superClass="cdt.managedbuild.targetPlatform.gnu.cross"/>
|
||||||
|
|
||||||
<builder arguments="eclipse_make_wrapper.py" buildPath="${workspace_loc:/squeezelite-esp32}" command="python" id="cdt.managedbuild.builder.gnu.cross.715117345" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="cdt.managedbuild.builder.gnu.cross"/>
|
<builder arguments="eclipse_make_wrapper.py -j8" buildPath="${workspace_loc:/squeezelite-esp32}" command="python" id="cdt.managedbuild.builder.gnu.cross.715117345" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="cdt.managedbuild.builder.gnu.cross"/>
|
||||||
|
|
||||||
<tool id="cdt.managedbuild.tool.gnu.cross.c.compiler.45996168" name="Cross GCC Compiler" superClass="cdt.managedbuild.tool.gnu.cross.c.compiler">
|
<tool id="cdt.managedbuild.tool.gnu.cross.c.compiler.45996168" name="Cross GCC Compiler" superClass="cdt.managedbuild.tool.gnu.cross.c.compiler">
|
||||||
|
|
||||||
@@ -399,6 +399,8 @@
|
|||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
|
<configuration configurationName="recovery_v4_windows"/>
|
||||||
|
|
||||||
<configuration configurationName="recovery_windows">
|
<configuration configurationName="recovery_windows">
|
||||||
|
|
||||||
<resource resourceType="PROJECT" workspacePath="/squeezelite-esp32"/>
|
<resource resourceType="PROJECT" workspacePath="/squeezelite-esp32"/>
|
||||||
|
|||||||
3
Makefile
3
Makefile
@@ -13,7 +13,8 @@
|
|||||||
#recovery: EXTRA_CPPFLAGS+=-DRECOVERY_APPLICATION=1
|
#recovery: EXTRA_CPPFLAGS+=-DRECOVERY_APPLICATION=1
|
||||||
|
|
||||||
PROJECT_NAME?=squeezelite
|
PROJECT_NAME?=squeezelite
|
||||||
EXTRA_CPPFLAGS+= -I$(PROJECT_PATH)/main -I$(IDF_PATH)/components/esp_http_server/src -I$(IDF_PATH)/components/esp_http_server/src/port/esp32 -I$(IDF_PATH)/components/esp_http_server/src/util -I$(IDF_PATH)/components/esp_http_server/src/
|
EXTRA_CPPFLAGS+= -I$(PROJECT_PATH)/main
|
||||||
|
|
||||||
#/-Wno-error=maybe-uninitialized
|
#/-Wno-error=maybe-uninitialized
|
||||||
include $(IDF_PATH)/make/project.mk
|
include $(IDF_PATH)/make/project.mk
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
# please read the SDK documents if you need to do this.
|
# please read the SDK documents if you need to do this.
|
||||||
#
|
#
|
||||||
COMPONENT_EMBED_FILES := style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz
|
COMPONENT_EMBED_FILES := style.css code.js index.html bootstrap.min.css.gz jquery.min.js.gz popper.min.js.gz bootstrap.min.js.gz
|
||||||
COMPONENT_ADD_INCLUDEDIRS := . $(IDF_PATH)/components/esp_http_server/src $(IDF_PATH)/components/esp_http_server/src/port/esp32 $(IDF_PATH)/components/esp_http_server/src/util
|
COMPONENT_ADD_INCLUDEDIRS := .
|
||||||
|
COMPONENT_EXTRA_INCLUDES += $(IDF_PATH)/components/esp_http_server/src $(IDF_PATH)/components/esp_http_server/src/port/esp32 $(IDF_PATH)/components/esp_http_server/src/util $(IDF_PATH)/components/esp_http_server/src/
|
||||||
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_INFO
|
CFLAGS += -D LOG_LOCAL_LEVEL=ESP_LOG_INFO
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user