Advertisement
Guest User

Untitled

a guest
May 21st, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. tompi@DESKTOP-UG28LC8 MSYS ~/onedrive/documents/atmosphere-master
  2. $ make
  3. make -C fusee all
  4. make[1] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/fusee »
  5. make -C fusee-primary all
  6. make[2] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/fusee/fusee-primary »
  7. make[3]: rien à faire pour « all ».
  8. make[2] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/fusee/fusee-primary »
  9. make -C fusee-secondary all
  10. make[2] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/fusee/fusee-secondary »
  11. make[3] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/exosphere »
  12. make[4] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/exosphere/bpmpfw »
  13. make[5]: rien à faire pour « all ».
  14. make[4] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/exosphere/bpmpfw »
  15. make[4]: rien à faire pour « all ».
  16. make[3] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/exosphere »
  17. make[3] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/thermosphere »
  18. make[4]: rien à faire pour « all ».
  19. make[3] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/thermosphere »
  20. make[3] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere »
  21. make -C libstratosphere all
  22. make[4] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/libstratosphere »
  23. make[5]: « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/libstratosphere/lib/libstratosphere.a » est à jour.
  24. make[5]: « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/libstratosphere/lib/libstratosphered.a » est à jour.
  25. make[4] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/libstratosphere »
  26. make -C loader all
  27. make[4] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/loader »
  28. make[5]: rien à faire pour « all ».
  29. make[4] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/loader »
  30. make -C pm all
  31. make[4] : on entre dans le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/pm »
  32. pm_main.cpp
  33. aarch64-none-elf-g++ -MMD -MP -MF /home/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/build/pm_main.d -g -Wall -O2 -ffunction-sections -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE -DDISABLE_IPC -I/home/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/include -I/opt/devkitpro/portlibs/switch/include -I/opt/devkitpro/libnx/include -I/home/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/../libstratosphere/include -I/home/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/build -D__SWITCH__ -DSM_ENABLE_SMHAX -fno-rtti -fno-exceptions -std=gnu++17 -c /home/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/source/pm_main.cpp -o pm_main.o
  34. C:/Users/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/source/pm_main.cpp: In function 'void __appInit()':
  35. C:/Users/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/source/pm_main.cpp:71:10: error: 'smManagerInitialize' was not declared in this scope
  36. rc = smManagerInitialize();
  37. ^~~~~~~~~~~~~~~~~~~
  38. C:/Users/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/source/pm_main.cpp:71:10: note: suggested alternative: 'splManuInitialize'
  39. rc = smManagerInitialize();
  40. ^~~~~~~~~~~~~~~~~~~
  41. splManuInitialize
  42. C:/Users/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/source/pm_main.cpp: In function 'void __appExit()':
  43. C:/Users/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/source/pm_main.cpp:93:5: error: 'smManagerExit' was not declared in this scope
  44. smManagerExit();
  45. ^~~~~~~~~~~~~
  46. C:/Users/tompi/onedrive/documents/atmosphere-master/stratosphere/pm/source/pm_main.cpp:93:5: note: suggested alternative: 'splManuExit'
  47. smManagerExit();
  48. ^~~~~~~~~~~~~
  49. splManuExit
  50. make[5]: *** [/opt/devkitpro/devkitA64/base_rules:14: pm_main.o] Error 1
  51. make[4]: *** [Makefile:118: build] Error 2
  52. make[4] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere/pm »
  53. make[3]: *** [Makefile:12: pm] Error 2
  54. make[3] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/stratosphere »
  55. make[2]: *** [Makefile:123: check_stratosphere] Error 2
  56. make[2] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/fusee/fusee-secondary »
  57. make[1]: *** [Makefile:8: fusee-secondary] Error 2
  58. make[1] : on quitte le répertoire « /home/tompi/onedrive/documents/atmosphere-master/fusee »
  59. make: *** [Makefile:5: fusee] Error 2
  60.  
  61. tompi@DESKTOP-UG28LC8 MSYS ~/onedrive/documents/atmosphere-master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement