This is happening with a jan 5 checkout of the master branch.  Is this 
fixed?

Also, I'm using SDK 9.2, which required a setenv-ios.sh edit.


$ . ./setenv-ios.sh simulator i386
$ make -f GNUmakefile-cross -j 8
...
clang++ -DNDEBUG -g2 -Os -fPIC -pipe -Wall -Wno-delete-non-virtual-dtor 
 -arch i386 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.2.sdk
 
-stdlib=libc++ -c sha.cpp
sha.cpp:313:2: error: invalid instruction mnemonic 'movsl'
        AS1(    rep movsd)
        ^
./cpu.h:267:17: note: expanded from macro 'AS1'
        #define AS1(x) GNU_AS1(x)
                       ^
./cpu.h:262:21: note: expanded from macro 'GNU_AS1'
        #define GNU_AS1(x) #x ";" NEW_LINE
                           ^
<scratch space>:215:2: note: expanded from here
"rep movsd"
 ^
<inline asm>:23:5: note: instantiated into assembly here
rep movsd;
    ^~~~~~
sha.cpp:313:2: error: invalid instruction mnemonic 'movsl'
        AS1(    rep movsd)
        ^
./cpu.h:267:17: note: expanded from macro 'AS1'
        #define AS1(x) GNU_AS1(x)
                       ^
./cpu.h:262:21: note: expanded from macro 'GNU_AS1'
        #define GNU_AS1(x) #x ";" NEW_LINE
                           ^
<scratch space>:215:2: note: expanded from here
"rep movsd"
 ^
<inline asm>:23:5: note: instantiated into assembly here
rep movsd;
    ^~~~~~
sha.cpp:313:2: error: invalid instruction mnemonic 'movsl'
        AS1(    rep movsd)
        ^
./cpu.h:267:17: note: expanded from macro 'AS1'
        #define AS1(x) GNU_AS1(x)
                       ^
./cpu.h:262:21: note: expanded from macro 'GNU_AS1'
        #define GNU_AS1(x) #x ";" NEW_LINE
                           ^
<scratch space>:215:2: note: expanded from here
"rep movsd"
 ^
<inline asm>:23:5: note: instantiated into assembly here
rep movsd;
    ^~~~~~
3 errors generated.
make: *** [sha.o] Error 1

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to