Skip to main content
Associate III
February 9, 2024
Solved

Generate SPC5 application problem

  • February 9, 2024
  • 2 replies
  • 2300 views

Hi

I'm working with SPC570 and SPC5 Studio, version: 5.8.1 with installed the SPC5Studio patch for DMA in SPC570S DSPI lld running on Windows 11.

 

Very often I have a problem with Generate SPC5 Application because at the end of generation (that seems terminated with success), when I try the build SPC5 application I have these error:

 

make -j4 all
Compiling boot.s
Compiling crt0.s
Compiling vectors.s
Compiling ivor.s
Assembler messages:
Fatal error: can't create build/obj/boot.o: No such file or directory
make: *** [build/obj/boot.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create build/obj/vectors.o: No such file or directory
Assembler messages:
Fatal error: can't create build/obj/crt0.o: No such file or directory
make: *** [build/obj/vectors.o] Error 1
make: *** [build/obj/crt0.o] Error 1
Assembler messages:
Fatal error: can't create build/obj/ivor.o: No such file or directory
make: *** [build/obj/ivor.o] Error 1

15:51:05 Build Finished (took 3s.417ms)

 

I've searched on the community but I didn't find anything usefull.

 

Is there any workaround for this issue?

Thanks

Fabio

This topic has been closed for replies.
Best answer by Erwan YVIN

Hello ,

SPC5Studio 5.8.1 is 32 Bits version.

I recommend you to save your project

and to install SPC5Studio 6.0 64 Bits version

Generation is necessary before the compilation.

             Best regards

                            Erwan

2 replies

Max VIZZINI
Technical Moderator
February 12, 2024

Hi,

Try clean up and generate again the project file.

Best Regards,

AutoDevKit Team

Associate III
February 14, 2024

Hi

sometime works but I need to generate more than ten times ...

thanks

Fabio

Erwan YVIN
Erwan YVINBest answer
ST Employee
February 28, 2024

Hello ,

SPC5Studio 5.8.1 is 32 Bits version.

I recommend you to save your project

and to install SPC5Studio 6.0 64 Bits version

Generation is necessary before the compilation.

             Best regards

                            Erwan