You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Idk if your still maintaining this, but whenever I try and build I get an error. Ive tried on linux and windows. on linux it gives me this:
~/Downloads/Dialga-master$ DEVKITPRO=/opt/devkitpro/ make
make all -f MakefileNSO BDSPVER=110 BDSPVERSTR=1.1.0
make[1]: Entering directory '/home/zrm9901/Downloads/Dialga-master'
make -C build110 -f /home/zrm9901/Downloads/Dialga-master/MakefileNSO
make[2]: Entering directory '/home/zrm9901/Downloads/Dialga-master/build110'
logger.cpp
In file included from /opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/14.1.0/string:67,
from /home/zrm9901/Downloads/Dialga-master/include/logger.hpp:3,
from /home/zrm9901/Downloads/Dialga-master/source/logger.cpp:1:
/opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/14.1.0/bits/memory_resource.h: In member function 'void* std::pmr::memory_resource::allocate(std::size_t, std::size_t)':
/opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/14.1.0/bits/memory_resource.h:76:28: error: no matching function for call to 'operator new(std::size_t&, void*)'
76 | { return ::operator new(__bytes, do_allocate(__bytes, __alignment)); }
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: note: candidate: 'void* operator new(long unsigned int)'
: note: candidate expects 1 argument, 2 provided
: note: candidate: 'void* operator new(long unsigned int, std::align_val_t)'
: note: no known conversion for argument 2 from 'void*' to 'std::align_val_t'
make[2]: *** [/opt/devkitpro//devkitA64/base_rules:16: logger.o] Error 1
make[2]: Leaving directory '/home/zrm9901/Downloads/Dialga-master/build110'
make[1]: *** [MakefileNSO:136: build110] Error 2
make[1]: Leaving directory '/home/zrm9901/Downloads/Dialga-master'
make: *** [Makefile:18: starlight] Error 2
do you know how to fix this, Ive looked at all the issues in starlight and theere were no issues in the starlilght oddessy one so idk what to do. Thanks in advance if you see this!
The text was updated successfully, but these errors were encountered:
Idk if your still maintaining this, but whenever I try and build I get an error. Ive tried on linux and windows. on linux it gives me this:
~/Downloads/Dialga-master$ DEVKITPRO=/opt/devkitpro/ make
make all -f MakefileNSO BDSPVER=110 BDSPVERSTR=1.1.0
make[1]: Entering directory '/home/zrm9901/Downloads/Dialga-master'
make -C build110 -f /home/zrm9901/Downloads/Dialga-master/MakefileNSO
make[2]: Entering directory '/home/zrm9901/Downloads/Dialga-master/build110'
logger.cpp
In file included from /opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/14.1.0/string:67,
from /home/zrm9901/Downloads/Dialga-master/include/logger.hpp:3,
from /home/zrm9901/Downloads/Dialga-master/source/logger.cpp:1:
/opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/14.1.0/bits/memory_resource.h: In member function 'void* std::pmr::memory_resource::allocate(std::size_t, std::size_t)':
/opt/devkitpro/devkitA64/aarch64-none-elf/include/c++/14.1.0/bits/memory_resource.h:76:28: error: no matching function for call to 'operator new(std::size_t&, void*)'
76 | { return ::operator new(__bytes, do_allocate(__bytes, __alignment)); }
| ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: note: candidate: 'void* operator new(long unsigned int)'
: note: candidate expects 1 argument, 2 provided
: note: candidate: 'void* operator new(long unsigned int, std::align_val_t)'
: note: no known conversion for argument 2 from 'void*' to 'std::align_val_t'
make[2]: *** [/opt/devkitpro//devkitA64/base_rules:16: logger.o] Error 1
make[2]: Leaving directory '/home/zrm9901/Downloads/Dialga-master/build110'
make[1]: *** [MakefileNSO:136: build110] Error 2
make[1]: Leaving directory '/home/zrm9901/Downloads/Dialga-master'
make: *** [Makefile:18: starlight] Error 2
do you know how to fix this, Ive looked at all the issues in starlight and theere were no issues in the starlilght oddessy one so idk what to do. Thanks in advance if you see this!
The text was updated successfully, but these errors were encountered: