LDFLAG with unresolved symbol not working
Posted: Tue Jan 15, 2019 7:37 pm
Hello everybody,
like explained on this site https://docs.espressif.com/projects/esp ... rupts.html I have added the symbol name of my assembly file to the COMPONENT_ADD_LDFLAGS line, but the linker is ignoring it. I am using the component.mk file located in .platformio/packages/framework-espidf/components/esp32/
Is there anyway to output the assembly file of my hole program to verify if my assembly file is linked while building ?
thank you
like explained on this site https://docs.espressif.com/projects/esp ... rupts.html I have added the symbol name of my assembly file to the COMPONENT_ADD_LDFLAGS line, but the linker is ignoring it. I am using the component.mk file located in .platformio/packages/framework-espidf/components/esp32/
Is there anyway to output the assembly file of my hole program to verify if my assembly file is linked while building ?
thank you