when i try to compile i've got error : https://pastebin.com/bC5EJJBA
can you help me or try please
I also always get similar mistakes
how to solve that ?
Live discussion on build issues, where it's possible that it's a user specific error, might be best done on Discord. Issues really should only be raised once basic troubleshooting and triage has been completed.
https://github.com/Atmosphere-NX/Atmosphere/blob/master/fusee/fusee-primary/src/main.c#L119-L124
Here's how to deal with the issue @thomleg50
fatal_error("Please do not seek support for it until it is done.\n");
Also your problem comes from https://github.com/Atmosphere-NX/Atmosphere/blob/edc099f026f3967a87ad8e06727f9afdfb30a346/stratosphere/pm/source/pm_boot_mode.hpp#L10 (if you read your logs you would know this)
Fixed.
Most helpful comment
https://github.com/Atmosphere-NX/Atmosphere/blob/master/fusee/fusee-primary/src/main.c#L119-L124
Here's how to deal with the issue @thomleg50
fatal_error("Please do not seek support for it until it is done.\n");Also your problem comes from https://github.com/Atmosphere-NX/Atmosphere/blob/edc099f026f3967a87ad8e06727f9afdfb30a346/stratosphere/pm/source/pm_boot_mode.hpp#L10 (if you read your logs you would know this)