pppoe / WhatsThis-iOS

MXNet WhatThis Example for iOS
MIT License
112 stars 25 forks source link

Thread-local storage is not supported for the current target of armv7 #4

Open mysteriouss opened 8 years ago

mysteriouss commented 8 years ago
#define MX_TREAD_LOCAL __declspec(thread)
#ifndef MX_TREAD_LOCAL
#message("Warning: Threadlocal is not enabled");
#endif

Come across this error when archiving with Xcode 7.2, latest iOS (iOS 9.2) $(ARCHS_STANDARD)

Target arm64-only is capable of being compiled.

pppoe commented 8 years ago

Hi @mysteriouss I can't reproduce this on my side. My settings are iOS 9.3 $(ARCHS_STANDARD)

SlipknotTN commented 8 years ago

For arm32 try this https://github.com/dmlc/mxnet/issues/1914