2022-11-24 12:55 AM
Hi,
I'm looking for a support concerning a STM32U585 firmware.
After an update of CubeIDE, build fail with this errror :
09:43:17 **** Build of configuration Debug for project BlackBox ****
make -j8 all
Middlewares/BlackBox_Manager/Src/main_manager.d:130: *** missing separator. Stop.
"make -j8 all" terminated with exit code 2. Build might be incomplete.
09:43:17 Build Failed. 1 errors, 0 warnings. (took 124ms)
I didn't change any line since the update.
If someone have an idea about this issue, you are welcome !
BR,
2022-11-24 02:26 AM
This looks like an error in the Makefile. Likely spaces where ther should be tabulators.
Post the content of main_manager.d. (Please not as pdf)
2022-11-24 04:41 AM
2022-11-24 04:53 AM
Try to completely delete line 130 and 131 and try again.
There is a mixup between forward and backward slashes and spaces in the paths. But these are only dependencies and the build should work without it.
2022-11-24 04:58 AM
Thank you,
I make all these modifications on several *.d files.
Now I have 2 new errors :
make: *** No rule to make target 'C:\Users\benjamin.kosicki\Documents\Stories#0034 - [INNOV] Regulateur NG\Black Box\Firmware\blackbox-master\STM32U585AIIXQ_FLASH.ld', needed by 'BlackBox.elf'. Stop.
make: *** Waiting for unfinished jobs....
"make -j8 all" terminated with exit code 2. Build might be incomplete.
13:57:16 Build Failed. 2 errors, 0 warnings. (took 1s.245ms)
2022-11-24 05:00 AM
Please try to generate the project files into an easier path.
One without '#', '[]' and spaces in it.
2022-11-24 05:02 AM
2022-11-24 05:12 AM
I already try to change the path of the directory.
We have more trouble during build.
I think we have a problem with the workspace
2022-11-24 05:35 AM
Now we found this error :
make: *** No rule to make target 'C:\Users\benjamin.kosicki\Documents\Stories#0034 - [INNOV] Regulateur NG\Black Box\Firmware\blackbox-master\STM32U585AIIXQ_FLASH.ld', needed by 'BlackBox.elf'. Stop.
make: *** Waiting for unfinished jobs....
2022-11-25 01:25 AM
Thanks you for your support, we found the main issue.
This problem is due to laptop migration, even we transfer the workspace and project, CubeIDE build fail.
I close this topic.