Skip to content

SCRYPT JANE wont compile on MAC OS #1

Description

@krisklosterman

It complains about assembly directives that are inline in the C code. I will have to look at this later or if someone else wants to work on this that would be cool :)

Here is some of the errors:

gcc scryptjane.c
:106:1: error: unknown directive
.type scrypt_ChunkMix_ssse3,@function
^
:107:1: error: unknown directive
.size scrypt_ChunkMix_ssse3,.-scrypt_ChunkMix_ssse3
^
In file included from scryptjane.c:10:
In file included from ./scryptjane/scrypt-jane-portable.h:280:
./scryptjane/scrypt-jane-portable-x86.h:242:3: error: unknown token in expression
a2(mov [%1 + 0], eax)
^

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions