Forum Replies Created
-
AuthorPosts
-
angelParticipantangelParticipant
ı’ve added to cmake config file
target_link_libraries(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/main/libBCXConfiguration.a)
and give this error
Severity Code Description Project File Line Suppression State
Error Cannot specify link libraries for target “EDKPOC” which is not built EDKPOC C:\Users\user\source\repos\EDKPOC\CMakeLists.txt 19angelParticipantalso good to hear that
angelParticipantI’ve replaced visualgdb esp32 toolchain with this https://www.esp32.com/viewtopic.php?t=7400
works fine. thx
March 20, 2019 at 08:17 in reply to: Eerror when adding a new item to the component of esp32 cmake pro #24367angelParticipantthank you
this problem exists only after v3.3 and later 🙁 and i need min v3.3- This reply was modified 5 years, 8 months ago by angel.
March 18, 2019 at 19:22 in reply to: Eerror when adding a new item to the component of esp32 cmake pro #24331angelParticipantCMakeLists.txt
#Created by VisualGDB. Right-click on the component in Solution Explorer to edit properties using convenient GUI.
set(COMPONENT_SRCS “****.cpp”)
set(COMPONENT_ADD_INCLUDEDIRS “.”)register_component()
March 18, 2019 at 19:21 in reply to: Eerror when adding a new item to the component of esp32 cmake pro #24330angelParticipantVisualGDB version: 5.4.103.3013 —————— System.Exception —————— System.Exception: Multiple targets defined at C:/Users/**/source/repos/******/components/***/CMakeLists.txt:6. Unable to edit target at z71.b1(Target a, Boolean b) at z71.q_2(Target a) at l91`2.b_6(i61 a, Object b) at k72.b1.b_6(i61 a, Object b) at xc.a.b_6(i61 a, Object b) at jc.b1.Exec(Guid& c, UInt32 e, UInt32 a, IntPtr b, IntPtr d)
angelParticipantthanks for information.
i sent you license upgrade mail via student discount page
thanks
angelParticipantActually i want to see ESP_LOGI, ESP_LOGE … function’s outputs.
September 6, 2018 at 13:51 in reply to: ESP32 – Programming Failed – You can't do that when your target is exec #21890angelParticipantthanks after reconfiguring problem resolved
angelParticipanthi,
proble doesn’t resolved
here is the component.mk detail.
COMPONENT_ADD_INCLUDEDIRS := include boost boost/ext
COMPONENT_SRCDIRS = src/core src/utils src/net src/ble src/http src/mqtt src/ota src/drivers boost/ext/libs/regex/src
CXXFLAGS += -Wno-error=switch
COMPONENT_PRIV_INCLUDEDIRS += .. include/corereactor/ble include/corereactor/core
COMPONENT_SRCDIRS += include/corereactor/core include/corereactor/ble include/corereactor/drivers include/corereactor/http include/corereactor/mqtt include/corereactor/net include/corereactor/ota include/corereactor/utils
- This reply was modified 6 years, 2 months ago by angel.
angelParticipantany news or workaround this issue?
angelParticipantworks very well:) thanks for great support
angelParticipanti’m sorry but nothing changed. by the way dll(ESPxxDebugPackage.dll 2.0.1659) version is same with last
angelParticipantok i attached
echo python /esp-idf/master/components/esptool_py/esptool/esptool.py –chip esp32 –port “COM3” –baud 921600 –before “default_reset” –after “hard_reset” write_flash -z –flash_mode “dio” –flash_freq “40m” –flash_size detect 0x1000 /cygdrive/c/Users/drony/source/repos/EmbeddedProject2/EmbeddedProject2/VisualGDBCache/EmbeddedProject2-Debug-VisualGDB/CodeSenseDir/bootloader/bootloader.bin 0x10000 /cygdrive/c/Users/drony/source/repos/EmbeddedProject2/EmbeddedProject2/VisualGDBCache/EmbeddedProject2-Debug-VisualGDB/CodeSenseDir/blink.bin 0x8000 /cygdrive/c/Users/drony/source/repos/EmbeddedProject2/EmbeddedProject2/VisualGDBCache/EmbeddedProject2-Debug-VisualGDB/CodeSenseDir/partitions_singleapp.bin
- This reply was modified 6 years, 3 months ago by angel.
Attachments:
You must be logged in to view attached files. -
AuthorPosts