GRAnimated

Untitled

Nov 3rd, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. devin@DESKTOP-6OR8TCE MSYS /f/Development/uLaunch-Themes/Build/ulaunch
  2. $ make
  3. make[1]: Entering directory '/f/Development/uLaunch-Themes/Build/ulaunch/SystemAppletQDaemon'
  4. make[2]: Entering directory '/f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere'
  5. utilities.cpp
  6. 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
  7. In file included from f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr.hpp:20,
  8. from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include/stratosphere/pm/pm_shell_api.hpp:19,
  9. from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include/stratosphere/pm.hpp:23,
  10. from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/include/stratosphere.hpp:51,
  11. from F:/Development/uLaunch-Themes/Build/ulaunch/libstratosphere/source/utilities.cpp:18:
  12. 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
  13. u8 segment_hashes[Segment_Count][SHA256_HASH_SIZE];
  14. ^~~~~~~~~~~~~~~~
  15. 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
  16. u8 text_hash[SHA256_HASH_SIZE];
  17. ^~~~~~~~~~~~~~~~
  18. 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
  19. u8 ro_hash[SHA256_HASH_SIZE];
  20. ^~~~~~~~~~~~~~~~
  21. 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
  22. u8 rw_hash[SHA256_HASH_SIZE];
  23. ^~~~~~~~~~~~~~~~
  24. f:\development\ulaunch-themes\build\ulaunch\libstratosphere\include\stratosphere\ldr/ldr_types.hpp:146:46: error: static assertion failed: NsoHeader definition!
  25. static_assert(sizeof(NsoHeader) == 0x100 && std::is_pod<NsoHeader>::value, "NsoHeader definition!");
  26. ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
  27. make[3]: *** [/opt/devkitpro/devkitA64/base_rules:14: utilities.o] Error 1
  28. make[2]: *** [Makefile:102: lib/libstratosphere.a] Error 2
  29. make[2]: Leaving directory '/f/Development/uLaunch-Themes/Build/ulaunch/libstratosphere'
  30. make[1]: *** [Makefile:141: build] Error 2
  31. make[1]: Leaving directory '/f/Development/uLaunch-Themes/Build/ulaunch/SystemAppletQDaemon'
  32. m
Advertisement
Add Comment
Please, Sign In to add comment