This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Compiler errors with mingw64
- From: Tom Reahard <tom at symmetry dot com>
- To: libffi-discuss at sourceware dot org
- Date: Wed, 19 Oct 2016 15:26:36 -0700
- Subject: Compiler errors with mingw64
- Authentication-results: sourceware.org; auth=none
When compiling using msys2, I receive the following error.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude
-I../src -I. -I../include -Iinclude -I../src -MT src/x86/unix64.lo -MD -MP
-MF src/x86/.deps/unix64.Tpo -c ../src/x86/unix64.S -DDLL_EXPORT -DPIC -o
src/x86/.libs/unix64.o
../src/x86/unix64.S: Assembler messages:
../src/x86/unix64.S:417: Error: junk at end of line, first unrecognized
character is `,'
Any thoughts on why this occurs? Searches show others have had the same
problem but no solutions are provided.