Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- devin@DESKTOP-6OR8TCE MSYS /f/Development/uLaunch-Themes/Build/ulaunch
- $ make
- make[1]: Entering directory '/f/Development/uLaunch-Themes/Build/ulaunch/SystemAppletQDaemon'
- make[2]: Entering directory '/f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere'
- utilities.cpp
- aarch64-none-elf-g++ -MMD -MP -MF /f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/release/utilities.d -g -Wall -O2 -ffunction-sections -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -DRESULT_ABORT_ON_ASSERT -I/f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include -I/opt/devkitpro/portlibs/switch/include -I/opt/devkitpro/libnx/include -I. -iquote /f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include/switch/ -D__SWITCH__ -fno-rtti -fno-exceptions -flto -std=gnu++17 -c /f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/source/utilities.cpp -o utilities.o
- In file included from f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr.hpp:20,
- from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include/stratosphere/pm/pm_shell_api.hpp:19,
- from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include/stratosphere/pm.hpp:23,
- from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include/stratosphere.hpp:51,
- from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/source/utilities.cpp:18:
- f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr/ldr_types.hpp:138:46: error: 'SHA256_HASH_SIZE' was not declared in this scope
- u8 segment_hashes[Segment_Count][SHA256_HASH_SIZE];
- ^~~~~~~~~~~~~~~~
- f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr/ldr_types.hpp:140:30: error: 'SHA256_HASH_SIZE' was not declared in this scope
- u8 text_hash[SHA256_HASH_SIZE];
- ^~~~~~~~~~~~~~~~
- f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr/ldr_types.hpp:141:28: error: 'SHA256_HASH_SIZE' was not declared in this scope
- u8 ro_hash[SHA256_HASH_SIZE];
- ^~~~~~~~~~~~~~~~
- f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr/ldr_types.hpp:142:28: error: 'SHA256_HASH_SIZE' was not declared in this scope
- u8 rw_hash[SHA256_HASH_SIZE];
- ^~~~~~~~~~~~~~~~
- f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr/ldr_types.hpp:146:46: error: static assertion failed: NsoHeader definition!
- static_assert(sizeof(NsoHeader) == 0x100 && std::is_pod<NsoHeader>::value, "NsoHeader definition!");
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
- make[3]: *** [/opt/devkitpro/devkitA64/base_rules:14: utilities.o] Error 1
- make[2]: *** [Makefile:102: lib/libstratosphere.a] Error 2
- make[2]: Leaving directory '/f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere'
- make[1]: *** [Makefile:141: build] Error 2
- make[1]: Leaving directory '/f/Development/uLaunch-Themes/Build/ulaunch/SystemAppletQDaemon'
- m
Advertisement
Add Comment
Please, Sign In to add comment