Hacking [Release] rxTools - Roxas75 3DS Toolkit [fw 2.0 - 9.2]

Status
Not open for further replies.

Rhymekaze

Active Member
Newcomer
Joined
Jul 4, 2015
Messages
44
Trophies
0
Age
28
XP
57
Country
United States
yup, you build it and move the exe to the path i gave you

edit: fixed this one too! built it and threw it in msys/bin. however it didn't fix my issue! here's my current error. it gets pretty far into building, but then just dies:

78bd9e8bf1.png
 
Last edited by Rhymekaze,

pedrobarca

Banned!
Banned
Joined
Jun 17, 2013
Messages
445
Trophies
0
Age
30
XP
195
Country
My 3DS freezes in RXMode, if I open the message menu (icon between friend list and browser). Anyone else experiencing this?

EDIT: It seems this only happens if you receive software via spotpass.
 
Last edited by pedrobarca,

megazero1x1

Well-Known Member
Member
Joined
Oct 16, 2011
Messages
431
Trophies
1
XP
363
Country
United States
can someone help me compile armips ?
I get the following errors:
Code:
1>------ Build started: Project: libarmips, Configuration: Debug Win32 ------
1>  stdafx.cpp
1>d:\users\rohit\downloads\armips-master\armips-master\stdafx.h(30): fatal error C1083: Cannot open include file: 'ext/tinyformat/tinyformat.h': No such file or directory
2>------ Build started: Project: armips, Configuration: Debug Win32 ------
2>  stdafx.cpp
2>d:\users\rohit\downloads\armips-master\armips-master\stdafx.h(30): fatal error C1083: Cannot open include file: 'ext/tinyformat/tinyformat.h': No such file or directory
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

i download tinyformat.h from https://github.com/Kingcom/tinyformat and place it in ' D:\armips-master\ext\tinyformat '
but when i try to build it again, I get a lot of error related to tinyformat.h
Code:
1>------ Build started: Project: libarmips, Configuration: Debug Win32 ------
1>  stdafx.cpp
1>  Util.cpp
1>  FileClasses.cpp
1>d:\armips-master\util\fileclasses.cpp(856): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t [50])'
1>d:\armips-master\util\fileclasses.cpp(866): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t [50])'
1>d:\armips-master\util\fileclasses.cpp(900): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t [54])'
1>  EncodingTable.cpp
1>  CRC.cpp
1>  CommonClasses.cpp
1>d:\armips-master\util\commonclasses.cpp(42): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<u64,std::wstring>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=u64
1>  ,            T2=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<std::wstring>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [8], u64, const std::wstring)'
1>d:\armips-master\util\commonclasses.cpp(47): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>,int>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>
1>  ,            T2=int
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<int>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t [13], std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>, int)'
1>  ByteArray.cpp
1>  SymbolTable.cpp
1>d:\armips-master\core\symboltable.cpp(206): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t [22], int)'
1>  SymbolData.cpp
1>d:\armips-master\core\symboldata.cpp(67): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,size_t>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=size_t
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<size_t>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [8], std::wstring, size_t)'
1>d:\armips-master\core\symboldata.cpp(83): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<size_t>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [10], size_t)'
1>d:\armips-master\core\symboldata.cpp(86): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<size_t>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [10], size_t)'
1>d:\armips-master\core\symboldata.cpp(89): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<size_t>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [10], size_t)'
1>d:\armips-master\core\symboldata.cpp(92): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<size_t>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [10], size_t)'
1>  Misc.cpp
1>d:\armips-master\core\misc.cpp(21): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,int,std::wstring>(const char *,const T1 &,const T2 &,const T3 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=int
1>  ,            T3=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<int,std::wstring>(std::ostream &,const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=int
1>  ,            T2=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [19], std::wstring, int, const std::wstring)'
1>d:\armips-master\core\misc.cpp(23): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,int,std::wstring>(const char *,const T1 &,const T2 &,const T3 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=int
1>  ,            T3=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<int,std::wstring>(std::ostream &,const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=int
1>  ,            T2=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [17], std::wstring, int, const std::wstring)'
1>d:\armips-master\core\misc.cpp(25): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,int,std::wstring>(const char *,const T1 &,const T2 &,const T3 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=int
1>  ,            T3=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<int,std::wstring>(std::ostream &,const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=int
1>  ,            T2=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [23], std::wstring, int, const std::wstring)'
1>d:\armips-master\core\misc.cpp(27): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,int,std::wstring>(const char *,const T1 &,const T2 &,const T3 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=int
1>  ,            T3=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<int,std::wstring>(std::ostream &,const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=int
1>  ,            T2=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [18], std::wstring, int, const std::wstring)'
1>  FileManager.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\core\filemanager.cpp(40) : see reference to function template instantiation 'void Logger::printError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\core\filemanager.cpp(84) : see reference to function template instantiation 'void Logger::queueError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\core\filemanager.cpp(153) : see reference to function template instantiation 'void Logger::queueError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  ExpressionParser.cpp
1>  Expression.cpp
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\core\expression.cpp(438) : see reference to function template instantiation 'void Logger::queueError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>  ElfRelocator.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\core\elf\elfrelocator.cpp(98) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\core\elf\elfrelocator.cpp(116) : see reference to function template instantiation 'void Logger::printError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<Elf32_Half,std::wstring>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=Elf32_Half
1>  ,            T2=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<std::wstring>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const Elf32_Half, const std::wstring)'
1>          d:\armips-master\core\elf\elfrelocator.cpp(122) : see reference to function template instantiation 'void Logger::printError<Elf32_Half,std::wstring>(Logger::ErrorType,const wchar_t *,const Elf32_Half &,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const int)'
1>          d:\armips-master\core\elf\elfrelocator.cpp(311) : see reference to function template instantiation 'void Logger::queueError<int>(Logger::ErrorType,const wchar_t *,const int &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,std::wstring>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<std::wstring>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring, const std::wstring)'
1>          d:\armips-master\core\elf\elfrelocator.cpp(338) : see reference to function template instantiation 'void Logger::queueError<std::wstring,std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &,const std::wstring &)' being compiled
1>  ElfFile.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\core\elf\elffile.cpp(85) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  Directives.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\core\directives.cpp(94) : see reference to function template instantiation 'void Logger::printError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\core\directives.cpp(127) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  Common.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\core\common.cpp(59) : see reference to function template instantiation 'void Logger::printError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>  CMacro.cpp
1>d:\armips-master\core\cmacro.cpp(60): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,size_t>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=size_t
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<size_t>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [8], std::wstring, size_t)'
1>  Assembler.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\core\assembler.cpp(78) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\core\assembler.cpp(122) : see reference to function template instantiation 'void Logger::printError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<const wchar_t*,size_t,size_t>(const char *,const T1 &,const T2 &,const T3 &)'
1>          with
1>          [
1>              T1=const wchar_t *
1>  ,            T2=size_t
1>  ,            T3=size_t
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<size_t,size_t>(std::ostream &,const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=size_t
1>  ,            T2=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const wchar_t *const , const size_t, const size_t)'
1>          d:\armips-master\core\assembler.cpp(203) : see reference to function template instantiation 'void Logger::printError<const wchar_t*,size_t,size_t>(Logger::ErrorType,const wchar_t *,const wchar_t *const &,const size_t &,const size_t &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\core\assembler.cpp(386) : see reference to function template instantiation 'void Logger::queueError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  CDirectiveMessage.cpp
1>  CDirectiveFill.cpp
1>d:\armips-master\commands\cdirectivefill.cpp(71): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<size_t,u8>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=size_t
1>  ,            T2=u8
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<u8>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=u8
1>          ]
1>          while trying to match the argument list '(const wchar_t [20], size_t, u8)'
1>d:\armips-master\commands\cdirectivefill.cpp(71): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>  Generating Code...
1>  Compiling...
1>  CDirectiveFile.cpp
1>d:\armips-master\commands\cdirectivefile.cpp(37): warning C4244: 'argument' : conversion from 'u64' to 'u32', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(48): warning C4244: 'argument' : conversion from 'u64' to 'u32', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(65): warning C4244: 'argument' : conversion from 'u64' to 'u32', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(119): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,size_t>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=size_t
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<size_t>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [18], const std::wstring, size_t)'
1>d:\armips-master\commands\cdirectivefile.cpp(122): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,size_t>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=size_t
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<size_t>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [20], const std::wstring, size_t)'
1>d:\armips-master\commands\cdirectivefile.cpp(126): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,std::wstring,size_t>(const char *,const T1 &,const T2 &,const T3 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=std::wstring
1>  ,            T3=size_t
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<std::wstring,size_t>(std::ostream &,const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [23], const std::wstring, const std::wstring, size_t)'
1>d:\armips-master\commands\cdirectivefile.cpp(184): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<u32>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=u32
1>          ]
1>          while trying to match the argument list '(const wchar_t [13], u32)'
1>d:\armips-master\commands\cdirectivefile.cpp(184): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>d:\armips-master\commands\cdirectivefile.cpp(187): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<u32>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=u32
1>          ]
1>          while trying to match the argument list '(const wchar_t [12], u32)'
1>d:\armips-master\commands\cdirectivefile.cpp(187): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>d:\armips-master\commands\cdirectivefile.cpp(244): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(250): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(258): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(270): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [13], std::wstring)'
1>d:\armips-master\commands\cdirectivefile.cpp(270): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>d:\armips-master\commands\cdirectivefile.cpp(275): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(332): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<u32>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=u32
1>          ]
1>          while trying to match the argument list '(const wchar_t [14], size_t)'
1>d:\armips-master\commands\cdirectivefile.cpp(332): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>d:\armips-master\commands\cdirectivefile.cpp(375): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<u64>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=u64
1>          ]
1>          while trying to match the argument list '(const wchar_t [19], u64)'
1>d:\armips-master\commands\cdirectivefile.cpp(375): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>  CDirectiveData.cpp
1>d:\armips-master\commands\cdirectivedata.cpp(9): warning C4018: '<' : signed/unsigned mismatch
1>d:\armips-master\commands\cdirectivedata.cpp(130): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<size_t,wchar_t>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=size_t
1>  ,            T2=wchar_t
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<wchar_t>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=wchar_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [8], size_t, wchar_t)'
1>d:\armips-master\commands\cdirectivedata.cpp(134): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<size_t,u64>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=size_t
1>  ,            T2=u64
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<u64>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=u64
1>          ]
1>          while trying to match the argument list '(const wchar_t [8], size_t, u64)'
1>  CDirectiveConditional.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\commands\cdirectiveconditional.cpp(31) : see reference to function template instantiation 'void Logger::printError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\commands\cdirectiveconditional.cpp(103) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  CDirectiveArea.cpp
1>d:\armips-master\commands\cdirectivearea.cpp(97): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<size_t>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=size_t
1>          ]
1>          while trying to match the argument list '(const wchar_t [13], size_t)'
1>d:\armips-master\commands\cdirectivearea.cpp(97): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>  CAssemblerLabel.cpp
1>d:\armips-master\commands\cassemblerlabel.cpp(65): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [4], const std::wstring)'
1>d:\armips-master\commands\cassemblerlabel.cpp(65): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>  CAssemblerCommand.cpp
1>  z80Opcodes.cpp
1>  z80.cpp
1>  CZ80Instruction.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<const char[512]>(const char *,T1 (&))'
1>          with
1>          [
1>              T1=const char [512]
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const char [512])'
1>          d:\armips-master\archs\z80\cz80instruction.cpp(78) : see reference to function template instantiation 'void Logger::printError<char[512]>(Logger::ErrorType,const wchar_t *,const char (&)[512])' being compiled
1>  PsxRelocator.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\mips\psxrelocator.cpp(327) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
1>          d:\armips-master\archs\mips\psxrelocator.cpp(340) : see reference to function template instantiation 'void Logger::printError<std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,std::wstring>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<std::wstring>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const std::wstring, const std::wstring)'
1>          d:\armips-master\archs\mips\psxrelocator.cpp(419) : see reference to function template instantiation 'void Logger::queueError<std::wstring,std::wstring>(Logger::ErrorType,const wchar_t *,const std::wstring &,const std::wstring &)' being compiled
1>  MipsPSP.cpp
1>  MipsOpcodes.cpp
1>  MipsMacros.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\mips\mipsmacros.cpp(101) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  MipsElfFile.cpp
1>d:\armips-master\archs\mips\mipselffile.cpp(291): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [14], std::wstring)'
1>d:\armips-master\archs\mips\mipselffile.cpp(291): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>d:\armips-master\archs\mips\mipselffile.cpp(294): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,std::wstring>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=std::wstring
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<std::wstring>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [19], std::wstring, std::wstring)'
1>d:\armips-master\archs\mips\mipselffile.cpp(294): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>  Mips.cpp
1>d:\armips-master\archs\mips\mips.cpp(154): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t [32], int)'
1>d:\armips-master\archs\mips\mips.cpp(187): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [6], std::wstring)'
1>d:\armips-master\archs\mips\mips.cpp(187): error C2660: 'CMipsArchitecture::AssembleOpcode' : function does not take 1 arguments
1>d:\armips-master\archs\mips\mips.cpp(188): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,unsigned int>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=unsigned int
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<unsigned int>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=unsigned int
1>          ]
1>          while trying to match the argument list '(const wchar_t [13], std::wstring, unsigned int)'
1>d:\armips-master\archs\mips\mips.cpp(188): error C2660: 'CMipsArchitecture::AssembleOpcode' : function does not take 1 arguments
1>d:\armips-master\archs\mips\mips.cpp(204): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [9], std::wstring)'
1>d:\armips-master\archs\mips\mips.cpp(204): error C2660: 'CMipsArchitecture::AssembleOpcode' : function does not take 1 arguments
1>d:\armips-master\archs\mips\mips.cpp(207): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [9], std::wstring)'
1>d:\armips-master\archs\mips\mips.cpp(207): error C2660: 'CMipsArchitecture::AssembleOpcode' : function does not take 1 arguments
1>d:\armips-master\archs\mips\mips.cpp(225): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,unsigned int>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=unsigned int
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<unsigned int>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=unsigned int
1>          ]
1>          while trying to match the argument list '(const wchar_t [12], std::wstring, size_t)'
1>  CMipsMacro.cpp
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\mips\cmipsmacro.cpp(52) : see reference to function template instantiation 'void Logger::queueError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  CMipsInstruction.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<const char*>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=const char *
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const char *const )'
1>          d:\armips-master\archs\mips\cmipsinstruction.cpp(55) : see reference to function template instantiation 'void Logger::printError<const char*>(Logger::ErrorType,const wchar_t *,const char *const &)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<const char*,const char*>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=const char *
1>  ,            T2=const char *
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<const char*>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=const char *
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const char *const , const char *const )'
1>          d:\armips-master\archs\mips\cmipsinstruction.cpp(57) : see reference to function template instantiation 'void Logger::printError<const char*,const char*>(Logger::ErrorType,const wchar_t *,const char *const &,const char *const &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\mips\cmipsinstruction.cpp(547) : see reference to function template instantiation 'void Logger::queueError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const int)'
1>          d:\armips-master\archs\mips\cmipsinstruction.cpp(569) : see reference to function template instantiation 'void Logger::queueError<int>(Logger::ErrorType,const wchar_t *,const int &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<int,int>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=int
1>  ,            T2=int
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<int>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const int, const int)'
1>          d:\armips-master\archs\mips\cmipsinstruction.cpp(595) : see reference to function template instantiation 'void Logger::queueError<int,int>(Logger::ErrorType,const wchar_t *,const int &,const int &)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\mips\cmipsinstruction.cpp(660) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  ThumbOpcodes.cpp
1>  Pool.cpp
1>d:\armips-master\archs\arm\pool.cpp(100): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<u32>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=u32
1>          ]
1>          while trying to match the argument list '(const wchar_t [13], u32)'
1>d:\armips-master\archs\arm\pool.cpp(100): error C2660: 'TempData::writeLine' : function does not take 1 arguments
1>  CThumbInstruction.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<char*>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=char *
1>          ]
1>          while trying to match the argument list '(const wchar_t *, char *const )'
1>          d:\armips-master\archs\arm\cthumbinstruction.cpp(40) : see reference to function template instantiation 'void Logger::printError<char*>(Logger::ErrorType,const wchar_t *,char *const &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\arm\cthumbinstruction.cpp(181) : see reference to function template instantiation 'void Logger::queueError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const int)'
1>          d:\armips-master\archs\arm\cthumbinstruction.cpp(224) : see reference to function template instantiation 'void Logger::queueError<int>(Logger::ErrorType,const wchar_t *,const int &)' being compiled
1>  Generating Code...
1>  Compiling...
1>  CArmInstruction.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\arm\carminstruction.cpp(159) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<char*>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=char *
1>          ]
1>          while trying to match the argument list '(const wchar_t *, char *const )'
1>          d:\armips-master\archs\arm\carminstruction.cpp(478) : see reference to function template instantiation 'void Logger::printError<char*>(Logger::ErrorType,const wchar_t *,char *const &)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\arm\carminstruction.cpp(497) : see reference to function template instantiation 'void Logger::queueError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>d:\armips-master\core\misc.h(43): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t *, const int)'
1>          d:\armips-master\archs\arm\carminstruction.cpp(546) : see reference to function template instantiation 'void Logger::queueError<int>(Logger::ErrorType,const wchar_t *,const int &)' being compiled
1>  ArmRelocator.cpp
1>d:\armips-master\archs\arm\armrelocator.cpp(67): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<u64>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=u64
1>          ]
1>          while trying to match the argument list '(const wchar_t [32], u64)'
1>d:\armips-master\archs\arm\armrelocator.cpp(126): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<u64>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=u64
1>          ]
1>          while trying to match the argument list '(const wchar_t [32], u64)'
1>d:\armips-master\archs\arm\armrelocator.cpp(134): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t [31], int)'
1>d:\armips-master\archs\arm\armrelocator.cpp(175): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [7], std::wstring)'
1>d:\armips-master\archs\arm\armrelocator.cpp(175): error C2660: 'CArmArchitecture::AssembleOpcode' : function does not take 1 arguments
1>d:\armips-master\archs\arm\armrelocator.cpp(176): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,unsigned int>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=unsigned int
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<unsigned int>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=unsigned int
1>          ]
1>          while trying to match the argument list '(const wchar_t [14], std::wstring, unsigned int)'
1>d:\armips-master\archs\arm\armrelocator.cpp(176): error C2660: 'CArmArchitecture::AssembleOpcode' : function does not take 1 arguments
1>d:\armips-master\archs\arm\armrelocator.cpp(225): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<std::wstring,unsigned int>(const char *,const T1 &,const T2 &)'
1>          with
1>          [
1>              T1=std::wstring
1>  ,            T2=unsigned int
1>          ]
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<unsigned int>(std::ostream &,const char *,const T1 &)'
1>          with
1>          [
1>              T1=unsigned int
1>          ]
1>          while trying to match the argument list '(const wchar_t [12], std::wstring, size_t)'
1>  ArmOpcodes.cpp
1>  Arm.cpp
1>d:\armips-master\archs\arm\arm.cpp(101): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t [17], int)'
1>d:\armips-master\archs\arm\arm.cpp(129): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t [17], int)'
1>d:\armips-master\archs\arm\arm.cpp(130): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<int>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=int
1>          ]
1>          while trying to match the argument list '(const wchar_t [17], int)'
1>d:\armips-master\archs\arm\arm.cpp(144): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
1>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
1>          with
1>          [
1>              T1=std::wstring
1>          ]
1>          while trying to match the argument list '(const wchar_t [8], std::wstring)'
1>  Architecture.cpp
1>d:\armips-master\core\misc.h(36): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
1>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
1>          while trying to match the argument list '(const wchar_t *)'
1>          d:\armips-master\archs\architecture.cpp(10) : see reference to function template instantiation 'void Logger::printError<>(Logger::ErrorType,const wchar_t *)' being compiled
1>  Generating Code...
2>------ Build started: Project: armips, Configuration: Debug Win32 ------
2>  stdafx.cpp
2>  Tests.cpp
2>d:\armips-master\main\tests.cpp(164): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
2>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
2>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>>(const char *,const T1 &)'
2>          with
2>          [
2>              T1=std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>
2>          ]
2>          while trying to match the argument list '(const wchar_t [22], std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>)'
2>d:\armips-master\main\tests.cpp(175): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
2>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
2>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>>(const char *,const T1 &)'
2>          with
2>          [
2>              T1=std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>
2>          ]
2>          while trying to match the argument list '(const wchar_t [22], std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>)'
2>d:\armips-master\main\tests.cpp(195): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
2>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
2>          while trying to match the argument list '(const wchar_t [28])'
2>d:\armips-master\main\tests.cpp(199): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
2>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
2>          while trying to match the argument list '(const wchar_t [33])'
2>d:\armips-master\main\tests.cpp(224): error C2665: 'tinyformat::format' : none of the 4 overloads could convert all the argument types
2>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): could be 'std::string tinyformat::format<size_t,unsigned int,std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>>(const char *,const T1 &,const T2 &,const T3 &)'
2>          with
2>          [
2>              T1=size_t
2>  ,            T2=unsigned int
2>  ,            T3=std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>
2>          ]
2>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'void tinyformat::format<unsigned int,std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>>(std::ostream &,const char *,const T1 &,const T2 &)'
2>          with
2>          [
2>              T1=unsigned int
2>  ,            T2=std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>
2>          ]
2>          while trying to match the argument list '(const wchar_t [19], size_t, unsigned int, std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t>>)'
2>  main.cpp
2>d:\armips-master\core\misc.h(17): error C2665: 'tinyformat::format' : none of the 2 overloads could convert all the argument types
2>          d:\armips-master\ext\tinyformat\tinyformat.h(991): could be 'std::string tinyformat::format(const char *)'
2>          while trying to match the argument list '(const wchar_t *)'
2>          d:\armips-master\main\main.cpp(33) : see reference to function template instantiation 'void Logger::printLine<>(const wchar_t *)' being compiled
2>d:\armips-master\core\misc.h(17): error C2665: 'tinyformat::format' : none of the 3 overloads could convert all the argument types
2>          d:\armips-master\ext\tinyformat\tinyformat.h(986): could be 'void tinyformat::format(std::ostream &,const char *)'
2>          d:\armips-master\ext\tinyformat\tinyformat.h(1038): or       'std::string tinyformat::format<std::wstring>(const char *,const T1 &)'
2>          with
2>          [
2>              T1=std::wstring
2>          ]
2>          while trying to match the argument list '(const wchar_t *, const std::wstring)'
2>          d:\armips-master\main\main.cpp(40) : see reference to function template instantiation 'void Logger::printLine<std::wstring>(const wchar_t *,const std::wstring &)' being compiled
2>  Generating Code...
========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
As you see the most of the errors are caused by 'tinyformat::format' which is having function overloading problems.

Any help please ?
 

Jaitsu

Yet Another GBATemp Furry
Member
Joined
Jun 2, 2015
Messages
152
Trophies
0
Age
31
XP
206
Country
United States
can someone help me compile armips ?
I get the following errors:

Any help please ?

I fought with trying to get that to compile for a while myself, and eventually just gave up and looked up pre-compiled. I found this: http://www.romhacking.net/utilities/635/ It appears to have been posted by the code's author, so I don't think there should be a problem with linking it here. It'll work, as long as it's present in a folder on your PATH.
 
  • Like
Reactions: megazero1x1

megazero1x1

Well-Known Member
Member
Joined
Oct 16, 2011
Messages
431
Trophies
1
XP
363
Country
United States
I fought with trying to get that to compile for a while myself, and eventually just gave up and looked up pre-compiled. I found this: http://www.romhacking.net/utilities/635/ It appears to have been posted by the code's author, so I don't think there should be a problem with linking it here. It'll work, as long as it's present in a folder on your PATH.
Thank you but is this the newest version ?
 

Jaitsu

Yet Another GBATemp Furry
Member
Joined
Jun 2, 2015
Messages
152
Trophies
0
Age
31
XP
206
Country
United States
thanks I'll try it soon and report back :)

Edit: Either way if someone can help me compile armips, i would be greatfull
Oh, I just figured out why Armips wouldn't compile, after another look. Tinyformat.h has changed; armips references an old version. Take the tinyformat.h from here: https://github.com/Kingcom/tinyformat/tree/b7f5a22753c81d834ab5133d655f1fd525280765 and add it to the ext/tinyformat folder, then it will compile. And to answer your earlier question: the version I linked is 0.7c, the latest is 0.7d. I'm not sure if there are significant differences; I'll go compile rxTools with the old and new versions and edit this post with the result.

EDIT: The resulting binaries are different, not sure if significantly so. Probably means it's a better idea to just compile the latest armips (rename armipsd.exe to armips.exe, btw)
 
Last edited by Jaitsu,

megazero1x1

Well-Known Member
Member
Joined
Oct 16, 2011
Messages
431
Trophies
1
XP
363
Country
United States
Oh, I just figured out why Armips wouldn't compile, after another look. Tinyformat.h has changed; armips references an old version. Take the tinyformat.h from here: https://github.com/Kingcom/tinyformat/tree/b7f5a22753c81d834ab5133d655f1fd525280765 and add it to the ext/tinyformat folder, then it will compile. And to answer your earlier question: the version I linked is 0.7c, the latest is 0.7d. I'm not sure if there are significant differences; I'll go compile rxTools with the old and new versions and edit this post with the result.

A couple of warning, but it does build successfully !

Code:
1>d:\armips-master\commands\cdirectivefile.cpp(37): warning C4244: 'argument' : conversion from 'u64' to 'u32', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(48): warning C4244: 'argument' : conversion from 'u64' to 'u32', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(65): warning C4244: 'argument' : conversion from 'u64' to 'u32', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(244): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(250): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(258): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>d:\armips-master\commands\cdirectivefile.cpp(275): warning C4244: 'argument' : conversion from 'u64' to 'size_t', possible loss of data
1>  CDirectiveData.cpp
1>d:\armips-master\commands\cdirectivedata.cpp(9): warning C4018: '<' : signed/unsigned mismatch
 

duke_srg

Well-Known Member
Member
Joined
Mar 1, 2011
Messages
1,862
Trophies
0
Age
44
Location
Moscow
XP
807
Country
Serbia, Republic of
Guys, I need someone with working rxTools with MSET to check noarmips branch. There are several opcodes that can't be compiled by gas the same way as armips, though it does the same it is better to check it is working fine before abandoning armips.
 
  • Like
Reactions: WhoAmI?

dkabot

Better With Others' Systems Than Their Own
Member
Joined
Sep 9, 2014
Messages
1,042
Trophies
0
XP
626
Country
United States
the mset downgrade didn't work for me, if the nnid settings aren't supposed to be there, then at least for me it didn't work because it is there
Did it install properly?
If you're using FBI, make sure to delete the old (newer version) MSET from NAND (and make SURE it's right!) then install the new (older version) one to NAND (not SD).
 

Tjessx

Well-Known Member
Member
Joined
Dec 3, 2014
Messages
1,160
Trophies
0
Age
27
XP
952
Country
Belgium
Guys, I need someone with working rxTools with MSET to check noarmips branch. There are several opcodes that can't be compiled by gas the same way as armips, though it does the same it is better to check it is working fine before abandoning armips.
Ready to test.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Bunjolio @ Bunjolio:
    my school has a chrome extension called light speed filter agent and it legit blocks YouTube pfps since the file cdn(I think aka yt3.ggpht.com) is classed as mature
  • Bunjolio @ Bunjolio:
    mhm
  • Bunjolio @ Bunjolio:
    they have other stuff like goguardian too
  • SylverReZ @ SylverReZ:
    Ours mainly relied on the router, I believe.
  • Bunjolio @ Bunjolio:
    our school network and chrome policies block stuff too
  • Bunjolio @ Bunjolio:
    alot of yt to mp3 sites are blocked by light speed for "Security"
  • SylverReZ @ SylverReZ:
    It was easy to bypass some of the restrictions, as one of the admins left a registry key in the administrative shares drive, which allowed me to get around the blocking of some sites.
  • Bunjolio @ Bunjolio:
    tf does tta mean
  • Bunjolio @ Bunjolio:
    yeah this is chrome os
  • Bunjolio @ Bunjolio:
    cant do shit
  • SylverReZ @ SylverReZ:
    @Bunjolio, Wdym 'TTA'?
  • Bunjolio @ Bunjolio:
    that* as in why yt to mp3 sites are blocked for security
  • SylverReZ @ SylverReZ:
    @Bunjolio, Remember when YouTubetoMP3 was a thing back in the 2010s?
  • SylverReZ @ SylverReZ:
    Until YT updated some stuffs and broke the website.
  • Bunjolio @ Bunjolio:
    I was 2 in 2010
  • SylverReZ @ SylverReZ:
    Oh lol
  • Bunjolio @ Bunjolio:
    lol
  • SylverReZ @ SylverReZ:
    This was in the Minecraft-era.
  • AncientBoi @ AncientBoi:
    lol Bun rockin out at 2 :rofl2:
  • BakerMan @ BakerMan:
    same tbh
  • AncientBoi @ AncientBoi:
    ♫ Mama hully gully, Papa hully gully, Baby hully gully too:rofl2:
  • AncientBoi @ AncientBoi:
    Oh god, I really am old. lol
    AncientBoi @ AncientBoi: Oh god, I really am old. lol