Closed akulamartin closed 4 years ago
Hi @akulamartin !
Have you had the chance to read through Building Android Games guide? If so, are you having specific issues? Please let us know if you feel like you need additional information!
@AMZN-puvvadar I got a whole bunch of errors as shown below and I had to copy python 2.7.13 to the Tools folder or sometimes remove it to create a new project:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion] size_t hash = 14695981039346656037ULL;
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
2 errors generated.
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp:12:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/Utils.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:1066:54: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >::operator()' requested here
size_type bucketIndex = bucket_from_hash(m_hasher(valueKey));
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:537:20: note: in instantiation of function template specialization 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::insert_impl<AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache> > >' requested here
return insert_impl(AZStd::forward<value_type>(value));
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/Internal/Object_impl.h:135:27: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::insert' requested here
m_methods.insert(AZStd::make_pair(methodName, newMethod));
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp:160:26: note: in instantiation of member function 'AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::RegisterMethod' requested here
activity.RegisterMethod("ShowSplashScreen", "()V");
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp:12:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/Utils.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
4 errors generated.
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/AndroidEnv.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Module/Environment.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/spin_mutex.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/exponential_backoff.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/thread.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:740:81: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >::operator()' requested here
const vector_value_type& bucket = m_data.buckets()[bucket_from_hash(m_hasher(keyValue))];
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:712:20: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::lower_bound' requested here
return lower_bound(keyValue);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/Internal/Object_impl.h:1479:76: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::find' requested here
typename JMethodMap::const_iterator methodIter = m_methods.find(methodName);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/Internal/Object_impl.h:531:47: note: in instantiation of member function 'AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::GetMethod' requested here
JMethodCachePtr methodCache = GetMethod(methodName);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp:140:49: note: in instantiation of function template specialization 'AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::InvokeObjectMethod<_jclass *, _jstring *&>' requested here
jclass returnClass = m_classLoader->InvokeObjectMethod<jclass>(s_loadClassMethodName, classString);
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/AndroidEnv.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Module/Environment.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/spin_mutex.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/exponential_backoff.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/thread.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
4 errors generated.
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/APKFileHandler.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/JNI.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:725:75: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >::operator()' requested here
vector_value_type& bucket = m_data.buckets()[bucket_from_hash(m_hasher(keyValue))];
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:707:20: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::vector<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::lower_bound' requested here
return lower_bound(keyValue);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp:136:80: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::vector<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::find' requested here
DirectoryCache::const_iterator it = apkHandler.m_cachedDirectories.find(path);
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/APKFileHandler.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/JNI.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
4 errors generated.
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:23:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/Internal/BusContainer.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/functional.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
4 errors generated.
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetInternal/LegacyBlockingAssetTypeManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:23:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/Internal/BusContainer.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/functional.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetInternal/LegacyBlockingAssetTypeManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetInternal/LegacyBlockingAssetTypeManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
4 errors generated.
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:23:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/Internal/BusContainer.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/functional.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
4 errors generated.
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/SystemAllocator.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/Memory.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/SystemAllocator.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/Memory.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:725:75: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >::operator()' requested here
vector_value_type& bucket = m_data.buckets()[bucket_from_hash(m_hasher(keyValue))];
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:707:20: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator>, AZ::BehaviorClass *, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::allocator, false> >::lower_bound' requested here
return lower_bound(keyValue);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/BehaviorContext.h:2666:41: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator>, AZ::BehaviorClass *, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::allocator, false> >::find' requested here
auto nameIt = m_classes.find(name);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/AzStdOnDemandReflection.inl:790:34: note: in instantiation of function template specialization 'AZ::BehaviorContext::Class<AZ::Outcome<void, void> >' requested here
behaviorContext->Class<OutcomeType>()
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/SystemAllocator.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/Memory.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
6 errors generated.
Build failed
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'JNI.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\JNI\JNI.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\JNI\JNI.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\JNI\JNI.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\JNI\JNI.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\JNI\JNI.cpp:12:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/JNI.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
2 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'Utils.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\Utils.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\Utils.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp:12:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/Utils.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:1066:54: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >::operator()' requested here
size_type bucketIndex = bucket_from_hash(m_hasher(valueKey));
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:537:20: note: in instantiation of function template specialization 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::insert_impl<AZStd::pair<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache> > >' requested here
return insert_impl(AZStd::forward<value_type>(value));
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/Internal/Object_impl.h:135:27: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::insert' requested here
m_methods.insert(AZStd::make_pair(methodName, newMethod));
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp:160:26: note: in instantiation of member function 'AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::RegisterMethod' requested here
activity.RegisterMethod("ShowSplashScreen", "()V");
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\Utils.cpp:12:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/Utils.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
4 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'AndroidEnv.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/AndroidEnv.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Module/Environment.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/spin_mutex.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/exponential_backoff.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/thread.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:740:81: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >::operator()' requested here
const vector_value_type& bucket = m_data.buckets()[bucket_from_hash(m_hasher(keyValue))];
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:712:20: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::lower_bound' requested here
return lower_bound(keyValue);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/Internal/Object_impl.h:1479:76: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::shared_ptr<AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::JMethodCache>, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::find' requested here
typename JMethodMap::const_iterator methodIter = m_methods.find(methodName);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/Internal/Object_impl.h:531:47: note: in instantiation of member function 'AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::GetMethod' requested here
JMethodCachePtr methodCache = GetMethod(methodName);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp:140:49: note: in instantiation of function template specialization 'AZ::Android::JNI::Internal::Object<AZ::OSAllocator>::InvokeObjectMethod<_jclass *, _jstring *&>' requested here
jclass returnClass = m_classLoader->InvokeObjectMethod<jclass>(s_loadClassMethodName, classString);
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\AndroidEnv.cpp:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/AndroidEnv.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Module/Environment.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/spin_mutex.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/exponential_backoff.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/thread.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
4 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'APKFileHandler.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/APKFileHandler.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/JNI.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:725:75: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >::operator()' requested here
vector_value_type& bucket = m_data.buckets()[bucket_from_hash(m_hasher(keyValue))];
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:707:20: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::vector<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::lower_bound' requested here
return lower_bound(keyValue);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp:136:80: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::vector<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> >, AZ::AZStdAlloc<AZ::OSAllocator> >, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZ::AZStdAlloc<AZ::OSAllocator> > >, AZ::AZStdAlloc<AZ::OSAllocator>, false> >::find' requested here
DirectoryCache::const_iterator it = apkHandler.m_cachedDirectories.find(path);
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Android\APKFileHandler.cpp:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/APKFileHandler.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Android/JNI/JNI.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
4 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'AssetCommon.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:23:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/Internal/BusContainer.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/functional.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetCommon.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
4 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'LegacyBlockingAssetTypeManager.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetInternal/LegacyBlockingAssetTypeManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:23:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/Internal/BusContainer.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/functional.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetInternal/LegacyBlockingAssetTypeManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetInternal\LegacyBlockingAssetTypeManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetInternal/LegacyBlockingAssetTypeManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
4 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'AssetManager.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:23:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/Internal/BusContainer.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/functional.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/allocator.h:17:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManager.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManager.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetCommon.h:14:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
4 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Compilation failed - File: 'AssetManagerComponent.cpp.4454579.o', Module: 'AzCore', Configuration: 'android_armv7_clang|debug', error code 1
Input Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp'
Output Files: 'c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp.4454579.o'
Command: 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -Wall --target=armv7a-none-linux-androideabi21 -stdlib=libc++ -mthumb -fpic -std=c++1y -fno-rtti -fno-exceptions -Werror -Wno-unknown-warning-option -Wno-#pragma-messages -Wno-absolute-value -Wno-dynamic-class-memaccess -Wno-format-security -Wno-inconsistent-missing-override -Wno-invalid-offsetof -Wno-multichar -Wno-parentheses -Wno-reorder -Wno-self-assign -Wno-switch -Wno-tautological-compare -Wno-undefined-var-template -Wno-unknown-pragmas -Wno-unused-function -Wno-unused-private-field -Wno-unused-value -Wno-unused-variable -Wno-non-pod-varargs -Wno-unused-lambda-capture -Wno-nonportable-include-path -ffast-math -fvisibility=hidden -fvisibility-inlines-hidden -fms-extensions -femulated-tls -mfloat-abi=softfp -mfpu=neon -gdwarf-2 -O0 -g -fno-inline -fstack-protector -H -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android -Ic:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore -Ic:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidjson\rapidjson-1.0.2.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\rapidxml\1.13-modified.1\include -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\common -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\compress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\lib\decompress -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\lib -IC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\include -DPRODUCT_SKU_default -D_LINUX -DLINUX -DANDROID -DMOBILE -D_HAS_C9X -DENABLE_TYPE_INFO -DNDK_REV_MAJOR=20 -DNDK_REV_MINOR=1 -DLINUX32 -D__ARM_NEON__ -D_DEBUG -DAZ_DEBUG_BUILD -DSCRIPTCANVAS_ERRORS_ENABLED -DVEG_PROFILE_ENABLED -DEXE_VERSION_INFO_0=1 -DEXE_VERSION_INFO_1=21 -DEXE_VERSION_INFO_2=1 -DEXE_VERSION_INFO_3=0 -DPLATFORM_SUPPORTS_AWS_NATIVE_SDK -D_MT -D_DLL -DLY_METRICS_BUILD_TIME=0 -DUSE_ZSTD c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp -c -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp.4454579.o'
Output:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/SystemAllocator.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/Memory.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:423:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::pair<T1, T2>> : public AZStd::integral_constant<size_t, 2> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:24:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/EBus.h:25:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/EBus/BusImpl.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/parallel/scoped_lock.h:16:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/tuple.h:440:5: error: 'tuple_size' defined as a class template here but previously declared as a struct template [-Werror,-Wmismatched-tags]
AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT tuple_size<AZStd::array<T, N>> : public AZStd::integral_constant<size_t, N> {};
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\Platform\Android\AzCore/AzCore_Traits_Android.h:92:58: note: expanded from macro 'AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT'
#define AZ_TRAIT_TUPLE_SIZE_ELEMENT_PAIR_CLASS_OR_STRUCT class
^
C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin/../sysroot/usr/include/c++/v1\__tuple:25:22: note: did you mean class here?
template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size;
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/SystemAllocator.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/Memory.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:687:23: error: implicit conversion from 'unsigned long long' to 'size_t' (aka 'unsigned int') changes value from 14695981039346656037 to 2216829733 [-Werror,-Wconstant-conversion]
size_t hash = 14695981039346656037ULL;
~~~~ ^~~~~~~~~~~~~~~~~~~~~~~
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string.h:1880:20: note: in instantiation of function template specialization 'AZStd::hash_string<const char *>' requested here
return hash_string(value.begin(), value.length());
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:725:75: note: in instantiation of member function 'AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >::operator()' requested here
vector_value_type& bucket = m_data.buckets()[bucket_from_hash(m_hasher(keyValue))];
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/hash_table.h:707:20: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator>, AZ::BehaviorClass *, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::allocator, false> >::lower_bound' requested here
return lower_bound(keyValue);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/BehaviorContext.h:2666:41: note: in instantiation of member function 'AZStd::hash_table<AZStd::Internal::UnorderedMapTableTraits<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator>, AZ::BehaviorClass *, AZStd::hash<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::equal_to<AZStd::basic_string<char, AZStd::char_traits<char>, AZStd::allocator> >, AZStd::allocator, false> >::find' requested here
auto nameIt = m_classes.find(name);
^
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/AzStdOnDemandReflection.inl:790:34: note: in instantiation of function template specialization 'AZ::BehaviorContext::Class<AZ::Outcome<void, void> >' requested here
behaviorContext->Class<OutcomeType>()
^
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore\Asset\AssetManagerComponent.cpp:13:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Asset/AssetManagerComponent.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/Component.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Component/ComponentBus.h:22:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/SystemAllocator.h:15:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Memory/Memory.h:21:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/RTTI/TypeInfo.h:27:
In file included from c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/Math/Crc.h:17:
c:\Amazon\Lumberyard\1.21.1.0\dev\Code\Framework\AzCore\AzCore/std/string/string_view.h:688:33: error: implicit conversion from 'unsigned long long' to 'const size_t' (aka 'const unsigned int') changes value from 1099511628211 to 435 [-Werror,-Wconstant-conversion]
const size_t fnvPrime = 1099511628211ULL;
~~~~~~~~ ^~~~~~~~~~~~~~~~
6 errors generated.
<++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++>
Hey @akulamartin ,
Would you be able to try this on ARMv8? This issue shouldn't occur there.
I haven't tried it with ARMv8 yet. I managed to install the Visual Studio requirements and I edited the code a little. I now have undefined reference errors with the Wwise audio. It looks like a library issue.
C:\Amazon\Lumberyard\1.21.1.0\3rdParty\Wwise\LTX_2018.1.2.6762\SDK\include\AK/SoundEngine/Common/AkCommonDefs.h:0: error: undefined reference to 'g_pAssertHook' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSourceManager.cpp:172: error: undefined reference to 'SetAudioInputCallbacks(void ()(unsigned int, AkAudioBuffer), void ()(unsigned int, AkAudioFormat&), float ()(unsigned int))' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:291: error: undefined reference to 'AK::SoundEngine::Suspend(bool)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:303: error: undefined reference to 'AK::SoundEngine::WakeupFromSuspend()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:330: error: undefined reference to 'AK::SoundEngine::UnloadBank(unsigned int, void const, int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:339: error: undefined reference to 'AK::SoundEngine::LoadBank(char const, int, unsigned int&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:358: error: undefined reference to 'AK::SoundEngine::IsInitialized()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:368: error: undefined reference to 'AK::SoundEngine::StartOutputCapture(char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:374: error: undefined reference to 'AK::SoundEngine::StopOutputCapture()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:381: error: undefined reference to 'AK::SoundEngine::GetSpeakerConfiguration(unsigned long long)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:396: error: undefined reference to 'AK::SoundEngine::RenderAudio(bool)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:408: error: undefined reference to 'AK::MemoryMgr::Init(AkMemSettings)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:417: error: undefined reference to 'AK::MemoryMgr::CreatePool(void, unsigned int, unsigned int, unsigned int, unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:426: error: undefined reference to 'AK::MemoryMgr::SetPoolName(int, char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:435: error: undefined reference to 'AK::SoundEngine::RegisterAudioDeviceStatusCallback(void ()(AK::IAkGlobalPluginContext, unsigned int, unsigned int, AK::AkAudioDeviceEvent, AKRESULT))' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:442: error: undefined reference to 'AK::StreamMgr::GetDefaultSettings(AkStreamMgrSettings&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:445: error: undefined reference to 'AK::StreamMgr::Create(AkStreamMgrSettings const&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:468: error: undefined reference to 'AK::SoundEngine::GetDefaultInitSettings(AkInitSettings&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:479: error: undefined reference to 'AK::SoundEngine::GetDefaultPlatformInitSettings(AkPlatformInitSettings&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:484: error: undefined reference to 'AK::SoundEngine::Init(AkInitSettings, AkPlatformInitSettings)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:494: error: undefined reference to 'AK::MusicEngine::GetDefaultInitSettings(AkMusicSettings&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:496: error: undefined reference to 'AK::MusicEngine::Init(AkMusicSettings)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:510: error: undefined reference to 'AK::Comm::GetDefaultInitSettings(AkCommSettings&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:512: error: undefined reference to 'AK::Comm::Init(AkCommSettings const&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:520: error: undefined reference to 'AK::Monitor::SetLocalOutput(unsigned int, void ()(AK::Monitor::ErrorCode, char const, AK::Monitor::ErrorLevel, unsigned int, unsigned long long))' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:524: error: undefined reference to 'AK::Comm::Term()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:535: error: undefined reference to 'AK::SoundEngine::RegisterGameObj(unsigned long long, char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:543: error: undefined reference to 'AK::SoundEngine::LoadBank(char const, int, unsigned int&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:555: error: undefined reference to 'AK::MemoryMgr::GetNumPools()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:562: error: undefined reference to 'AK::MemoryMgr::CheckPoolId(int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:567: error: undefined reference to 'AK::MemoryMgr::GetPoolName(int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:591: error: undefined reference to 'AK::Comm::Term()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:593: error: undefined reference to 'AK::Monitor::SetLocalOutput(unsigned int, void ()(AK::Monitor::ErrorCode, char const, AK::Monitor::ErrorLevel, unsigned int, unsigned long long))' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:604: error: undefined reference to 'AK::SoundEngine::UnregisterAudioDeviceStatusCallback()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:613: error: undefined reference to 'AK::MusicEngine::Term()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:615: error: undefined reference to 'AK::SoundEngine::IsInitialized()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:618: error: undefined reference to 'AK::SoundEngine::UnregisterGameObj(unsigned long long)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:625: error: undefined reference to 'AK::SoundEngine::ClearBanks()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:632: error: undefined reference to 'AK::SoundEngine::Term()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:645: error: undefined reference to 'AK::MemoryMgr::IsInitialized()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:647: error: undefined reference to 'AK::MemoryMgr::DestroyPool(int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:648: error: undefined reference to 'AK::MemoryMgr::Term()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:672: error: undefined reference to 'AK::SoundEngine::StopAll(unsigned long long)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:685: error: undefined reference to 'AK::SoundEngine::RegisterGameObj(unsigned long long, char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:710: error: undefined reference to 'AK::SoundEngine::UnregisterGameObj(unsigned long long)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:2099: error: undefined reference to 'AK::SoundEngine::SetGameObjectAuxSendValues(unsigned long long, AkAuxSendValue, unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1947: error: undefined reference to 'AK::SoundEngine::PrepareEvent(AK::SoundEngine::PreparationType, unsigned int, unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1991: error: undefined reference to 'AK::SoundEngine::PrepareEvent(AK::SoundEngine::PreparationType, unsigned int, unsigned int, void ()(unsigned int, void const, AKRESULT, int, void), void)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:846: error: undefined reference to 'AK::SoundEngine::PostEvent(unsigned int, unsigned long long, unsigned int, void ()(AkCallbackType, AkCallbackInfo), void, unsigned int, AkExternalSourceInfo, unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:875: error: undefined reference to 'AK::SoundEngine::PostEvent(unsigned int, unsigned long long, unsigned int, void ()(AkCallbackType, AkCallbackInfo), void, unsigned int, AkExternalSourceInfo, unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:931: error: undefined reference to 'AK::SoundEngine::StopPlayingID(unsigned int, int, AkCurveInterpolation)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:961: error: undefined reference to 'AK::SoundEngine::StopAll(unsigned long long)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:986: error: undefined reference to 'AK::SoundEngine::SetPosition(unsigned long long, AkTransform const&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1030: error: undefined reference to 'AK::SoundEngine::SetMultiplePositions(unsigned long long, AkTransform const, unsigned short, AK::SoundEngine::MultiPositionType)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1085: error: undefined reference to 'AK::SoundEngine::SetRTPCValue(unsigned int, float, unsigned long long, int, AkCurveInterpolation, bool)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1131: error: undefined reference to 'AK::SoundEngine::SetRTPCValue(unsigned int, float, unsigned long long, int, AkCurveInterpolation, bool)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1173: error: undefined reference to 'AK::SoundEngine::SetSwitch(unsigned int, unsigned int, unsigned long long)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1195: error: undefined reference to 'AK::SoundEngine::SetState(unsigned int, unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1217: error: undefined reference to 'AK::SoundEngine::SetRTPCValue(unsigned int, float, unsigned long long, int, AkCurveInterpolation, bool)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1285: error: undefined reference to 'AK::SoundEngine::SetObjectObstructionAndOcclusion(unsigned long long, unsigned long long, float, float)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1327: error: undefined reference to 'AK::SoundEngine::SetPosition(unsigned long long, AkTransform const&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1356: error: undefined reference to 'AK::SoundEngine::ResetRTPCValue(unsigned int, unsigned long long, int, AkCurveInterpolation, bool)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1392: error: undefined reference to 'AK::SoundEngine::LoadBank(void const, unsigned int, unsigned int&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1428: error: undefined reference to 'AK::SoundEngine::UnloadBank(unsigned int, void const, int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1529: error: undefined reference to 'AK::SoundEngine::RegisterGameObj(unsigned long long, char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1532: error: undefined reference to 'AK::SoundEngine::SetDefaultListeners(unsigned long long const, unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1558: error: undefined reference to 'AK::SoundEngine::RegisterGameObj(unsigned long long, char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1574: error: undefined reference to 'AK::SoundEngine::UnregisterGameObj(unsigned long long)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1625: error: undefined reference to 'AK::SoundEngine::GetIDFromString(char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1913: error: undefined reference to 'AK::SoundEngine::GetIDFromString(char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1862: error: undefined reference to 'AK::SoundEngine::GetIDFromString(char const)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1863: error: undefined reference to 'AK::SoundEngine::GetIDFromString(char const*)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1786: error: undefined reference to 'AK::MemoryMgr::CheckPoolId(int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1790: error: undefined reference to 'AK::MemoryMgr::GetPoolStats(int, AK::MemoryMgr::PoolStats&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/AudioSystemImpl_wwise.cpp:1837: error: undefined reference to 'AK::SoundEngine::SetPanningRule(AkPanningRule, unsigned long long)' C:\Amazon\Lumberyard\1.21.1.0\3rdParty\Wwise\LTX_2018.1.2.6762\SDK\include\AK/SoundEngine/Common/IAkStreamMgr.h:0: error: undefined reference to 'AK::IAkStreamMgr::m_pStreamMgr' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkCompressorFX_linkonceonly: error: undefined reference to 'AkCompressorFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkDelayFX_linkonceonly: error: undefined reference to 'AkDelayFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkMatrixReverbFX_linkonceonly: error: undefined reference to 'AkMatrixReverbFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkMeterFX_linkonceonly: error: undefined reference to 'AkMeterFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkExpanderFX_linkonceonly: error: undefined reference to 'AkExpanderFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkParametricEQFX_linkonceonly: error: undefined reference to 'AkParametricEQFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkGainFX_linkonceonly: error: undefined reference to 'AkGainFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkPeakLimiterFX_linkonceonly: error: undefined reference to 'AkPeakLimiterFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkRoomVerbFX_linkonceonly: error: undefined reference to 'AkRoomVerbFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkGuitarDistortionFX_linkonceonly: error: undefined reference to 'AkGuitarDistortionFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkStereoDelayFX_linkonceonly: error: undefined reference to 'AkStereoDelayFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkPitchShifterFX_linkonceonly: error: undefined reference to 'AkPitchShifterFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkTimeStretchFX_linkonceonly: error: undefined reference to 'AkTimeStretchFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkFlangerFX_linkonceonly: error: undefined reference to 'AkFlangerFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkTremoloFX_linkonceonly: error: undefined reference to 'AkTremoloFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkHarmonizerFX_linkonceonly: error: undefined reference to 'AkHarmonizerFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkRecorderFX_linkonceonly: error: undefined reference to 'AkRecorderFXRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkSilenceSource_linkonceonly: error: undefined reference to 'AkSilenceSourceRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:SineSource_linkonceonly: error: undefined reference to 'SineSourceRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkToneSource_linkonceonly: error: undefined reference to 'AkToneSourceRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkAudioInputSource_linkonceonly: error: undefined reference to 'AkAudioInputSourceRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkSynthOne_linkonceonly: error: undefined reference to 'AkSynthOneRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkMotionGeneratorSource_linkonceonly: error: undefined reference to 'AkMotionGeneratorSourceRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkMotionSourceSource_linkonceonly: error: undefined reference to 'AkMotionSourceSourceRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkVorbisDecoder_linkonceonly: error: undefined reference to 'AkVorbisDecoderRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o:AudioSystemImpl_wwise.cpp:AkMotionSink_linkonceonly: error: undefined reference to 'AkMotionSinkRegistration' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:84: error: undefined reference to 'AK::StreamMgr::DestroyDevice(unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:71: error: undefined reference to 'AK::StreamMgr::GetDefaultDeviceSettings(AkDeviceSettings&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:76: error: undefined reference to 'AK::StreamMgr::CreateDevice(AkDeviceSettings const&, AK::StreamMgr::IAkLowLevelIOHook)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:239: error: undefined reference to 'AK::StreamMgr::DestroyDevice(unsigned int)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:226: error: undefined reference to 'AK::StreamMgr::GetDefaultDeviceSettings(AkDeviceSettings&)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:231: error: undefined reference to 'AK::StreamMgr::CreateDevice(AkDeviceSettings const&, AK::StreamMgr::IAkLowLevelIOHook)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:415: error: undefined reference to 'AK::StreamMgr::GetFileLocationResolver()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:417: error: undefined reference to 'AK::StreamMgr::SetFileLocationResolver(AK::StreamMgr::IAkFileLocationResolver)' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:435: error: undefined reference to 'AK::StreamMgr::GetFileLocationResolver()' c:\Amazon\Lumberyard\1.21.1.0\dev\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise/FileIOHandler_wwise.cpp:437: error: undefined reference to 'AK::StreamMgr::SetFileLocationResolver(AK::StreamMgr::IAkFileLocationResolver)' clang++: error: linker command failed with exit code 1 (use -v to see invocation) Build failed -> task in 'cxxshlib (android_armv7_clang|debug)' failed (exit status 1): {task 118047688L: cxxshlib AudioInputFile.cpp.9842698.o,AudioInputMicrophone.cpp.9842698.o,AudioInputStream.cpp.9842698.o,WavParser.cpp.9842698.o,AudioSourceManager.cpp.9842698.o,AudioSystemImplCVars.cpp.9842698.o,AudioSystemImpl_wwise.cpp.9842698.o,Common_wwise.cpp.9842698.o,CryAudioImplWwise.cpp.9842698.o,FileIOHandler_wwise.cpp.9842698.o,AudioSystemImpl_wwise_Android.cpp.9842698.o,CryAudioImplWwise_Unimplemented.cpp.9842698.o -> libCryAudioImplWwise.so} 'C:/AndroidSdk/ndk-bundle\toolchains\llvm\prebuilt\windows-x86_64\bin\clang++.exe -o c:\Amazon\Lumberyard\1.21.1.0\dev\BinAndroidArmv7Clang.Debug\libCryAudioImplWwise.so --target=armv7a-none-linux-androideabi21 -rdynamic -Wl,--no-undefined -Wl,--gc-sections -Wl,--fix-cortex-a8 -Wl,--icf=safe -stdlib=libc++ -Wl,--build-id -shared -Wl,-soname,libCryAudioImplWwise.so c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioInput\AudioInputFile.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioInput\AudioInputMicrophone.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioInput\AudioInputStream.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioInput\WavParser.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSourceManager.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImplCVars.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\AudioSystemImpl_wwise.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\Common_wwise.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\CryAudioImplWwise.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\FileIOHandler_wwise.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\Platform\Android\AudioSystemImpl_wwise_Android.cpp.9842698.o c:\Amazon\Lumberyard\1.21.1.0\dev\BinTemp\android_armv7_clang_debug\Code\CryEngine\CrySoundSystem\implementations\CryAudioImplWwise\Platform\Common\Unimplemented\CryAudioImplWwise_Unimplemented.cpp.9842698.o -Wl,-Bstatic -LCode\Framework\AzCore\AzCore -LC:\Amazon\Lumberyard\1.21.1.0\3rdParty\Lua\5.1.1.8-az\build\win_x64\android_ndk_r12\android-19\armeabi-v7a\clang-3.8\debug -LC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zstd\1.35\build\win_x64\android_ndk_r15\android-19\armeabi-v7a\clang-3.8\debug -LC:\Amazon\Lumberyard\1.21.1.0\3rdParty\lz4\r128-pkg.2\build\win_x64\android_ndk_r12\android-19\armeabi-v7a\clang-3.8\debug -LC:\Amazon\Lumberyard\1.21.1.0\3rdParty\zlib\1.2.8-pkg.2\build\win_x64\android_ndk_r12\android-19\armeabi-v7a\clang-3.8\debug -lAzCore -llua -lzstd -llz4 -lzlib -Wl,-Bdynamic -Lc:\Amazon\Lumberyard\1.21.1.0\dev\Code -landroid -lc -llog -ldl -lOpenSLES'
Hey @akulamartin ,
I unfortunately don't have much insight here without knowing what changes you made. For a question like this, you may get a wider range of opinions on our public forums, https://forums.awsgametech.com/.
That being said, I'd still recommend trying ARMv8 given it's much more current, is what our development targets, and from my understanding is the minimum for what Google Play will accept going forward (https://developer.android.com/distribute/best-practices/develop/64-bit).
Okay I'll try to reinstall it.Thanks.
What is your question? How do I build the StarterGame project using Android Studio?
Which part of the engine are you asking about? LumberyardAndroidSDK
Which version of Lumberyard are you using? v1.21.1
[OPTIONAL] What is your role in game development? Game Designer and Developer
[OPTIONAL] Tell us about your project or studio. I'm still testing Amazon lumberyard.