at compilation with a new library under development, i have a compilation issue with linker and it stop without message:
do we have a way to have more traces during B4R compilation, to understand what is the Linker issue ?
with arduino, we have 4 levels of compilation messages, do we have the same with B4R?
other question, can we use Arduino to compile directly a B4R project in project directory with "myapplication\Objects\src\src.ino" ?
my first try is not OK...
thanks for your help
B4X:
C:\Users\mpage\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.7.4\cores\esp8266/cont_util.cpp:65: multiple definition of `cont_can_yield'; D:\B4R\B4R_AP~1\TEST_D~1\Objects\bin\sketch\cont_util.c.o:D:\B4R\B4R_AP~1\TEST_D~1\Objects\bin\sketch/cont_util.c:58: first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
DEBUG StatusLogger Stopping LoggerContext[name=1e6f5c3, org.apache.logging.log4j.core.LoggerContext@8ef162]
DEBUG StatusLogger Stopping LoggerContext[name=1e6f5c3, org.apache.logging.log4j.core.LoggerContext@8ef162]...
do we have a way to have more traces during B4R compilation, to understand what is the Linker issue ?
with arduino, we have 4 levels of compilation messages, do we have the same with B4R?
other question, can we use Arduino to compile directly a B4R project in project directory with "myapplication\Objects\src\src.ino" ?
my first try is not OK...
thanks for your help