Form day to night, impossible to compile. gcc.exe: fatal error: -fuse-linker-plugin, but libto_plugin-0.dll not found

SGDK only sub forum

Moderator: Stef

Post Reply
masteries
Very interested
Posts: 53
Joined: Thu Jul 30, 2020 3:33 pm

Form day to night, impossible to compile. gcc.exe: fatal error: -fuse-linker-plugin, but libto_plugin-0.dll not found

Post by masteries » Sat Jul 16, 2022 6:49 pm

Greetings,

From day to night, when I need to compile it shows this message:

gcc.exe: fatal error: -fuse-linker-plugin, but libto_plugin-0.dll not found


What happens?

Thanks,

Stef
Very interested
Posts: 3131
Joined: Thu Nov 30, 2006 9:46 pm
Location: France - Sevres
Contact:

Re: Form day to night, impossible to compile. gcc.exe: fatal error: -fuse-linker-plugin, but libto_plugin-0.dll not foun

Post by Stef » Tue Jul 19, 2022 9:58 am

Do a complete clean of your project, you may have dirty .s files somewhere..
I also experienced it and fixed it just by cleaning some intermediate .s file not properly cleaned

masteries
Very interested
Posts: 53
Joined: Thu Jul 30, 2020 3:33 pm

Re: Form day to night, impossible to compile. gcc.exe: fatal error: -fuse-linker-plugin, but libto_plugin-0.dll not foun

Post by masteries » Sun Jul 24, 2022 11:51 am

Stef wrote:
Tue Jul 19, 2022 9:58 am
Do a complete clean of your project, you may have dirty .s files somewhere..
I also experienced it and fixed it just by cleaning some intermediate .s file not properly cleaned
Yes, as you pointed, it was a really hidden .s file
Solved via manual deleting of the file,

Thanks!

Post Reply