Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MMX Compile Error - MinGW-w64 v. 1.8 - MATLAB 2017a #15

Open
micha1511 opened this issue Jun 30, 2017 · 1 comment
Open

MMX Compile Error - MinGW-w64 v. 1.8 - MATLAB 2017a #15

micha1511 opened this issue Jun 30, 2017 · 1 comment

Comments

@micha1511
Copy link

Hi all,
I had a problem compiling the mmx files with build_mmx.m Script.

Error Code:
...Cortexsys\nn_core\mmx\mmx.cpp:79:16: error: expected initializer before 'teval'
DWORD _stdcall teval(void* pn)

Fix:
In File mmx.cpp Line 79 add a double underscore to stdcall:
L79: DWORD __stdcall teval(void* pn)

Hope this helps :)

@tyoeasley
Copy link

thank you so much for posting this! I was definitely not gonna find it myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants