-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Build 32bit on 64 bit Linux using an automake configure script?
sudo apt-get install gcc-multilib g++-multilib
./configure --host=i686-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"
error: 'INT32_MAX' was not declared in this scope
Add #define __STDC_LIMIT_MACROS before first #include in dumpfloppy.cpp
Metadata
Metadata
Assignees
Labels
No labels