cancel
Showing results for 
Search instead for 
Did you mean: 

Generate SPC5 application problem

ilcontefabio
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

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

View solution in original post

3 REPLIES 3
Max VIZZINI
ST Employee

Hi,

Try clean up and generate again the project file.

Best Regards,

AutoDevKit Team

Hi

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

thanks

Fabio

Erwan YVIN
ST Employee

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