derrekr / fastboot3DS

A homebrew bootloader for the Nintendo 3DS that is similar to android's fastboot.
GNU General Public License v3.0
375 stars 19 forks source link

removing "-flto" #30

Closed codeM-X closed 5 years ago

codeM-X commented 5 years ago

removing -flto to fix compiler error (windows 10 + gcc 8.2.1 (mingw) 12/12/2018)

Wolfvak commented 5 years ago

Personally, I'd say create an issue on devkitpro/buildscripts and push this to a 'windows-compat' branch instead...

d0k3 commented 5 years ago

@codeM-X - take it slow. One major change per pull request. Don't keep pushing commits. We're still discussing what to do about the -flo thing (yes, that's actually a devkitPro on Windows issue).

The config from NAND thing hasn't been discussed yet.

codeM-X commented 5 years ago

Didn't want to push the update to config.c, i am new to github :).

d0k3 commented 5 years ago

Yeah, it's alright. Just stop pushing commits to that branch.

profi200 commented 5 years ago

And yeah, as i mentioned in the Luma issue by you this is a workaround. It is not convenient but using the Linux Variant of devkitARM in WSL on Windows 10 is an option. Or if you have Linux already in a VM or installed compile on that.

We may or may not change the makefile to work around this in the meantime. Not sure yet.

@d0k3 Be careful what to say :p It's actually a GCC bug. Not the fault of devkitPro.

codeM-X commented 5 years ago

Ok sry I will always commit to the branch I see... dont know why ahahha sry for the inconvenience :/