Page 1 of 1

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

Posted: Sat Jul 16, 2022 6:49 pm
by masteries
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,

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

Posted: Tue Jul 19, 2022 9:58 am
by Stef
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

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

Posted: Sun Jul 24, 2022 11:51 am
by masteries
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!