2021-11-02 04:51 AM
After an export then import (whether in "file system" or "archive file") of a working project, I cannot "build" this project agin after this export/import. While the basic project (before the export and the import i.e. the displacement) works perfectly on the same computer. It looks like there is a link problem.
12:39:41 **** Incremental Build of configuration Debug for project LoRaWAN_End_Node ****
make -j16 all
make: *** No rule to make target 'C:/Utilities/trace/adv_trace/stm32_adv_trace.c', needed by 'Utilities/stm32_adv_trace.o'. Stop.
"make -j16 all" terminated with exit code 2. Build might be incomplete.
12:39:42 Build Failed. 1 errors, 0 warnings. (took 363ms)
2021-11-12 07:08 AM
Hi @LLr.1 ,
In order to solve this issue, you just need to clean the project and then rebuild it. Please refer to the attachment.
Regards,
Sara.
2021-11-30 05:43 AM
Unfortunately, this also appears right after the clean.
Maybe the reason, it is git in my files ?
Louis
2021-11-30 05:46 AM
The bad solution I found, it's to add the cited file in the cited path of folders
2021-12-16 12:36 PM
Perhaps this stand-alone project is interesting, though I based it on the 'WLE5 for the Seeed and RAK modules https://github.com/danak6jq/Seeed-LoRa-E5
Dana