Re: edbi on 64 bit machines?
- Posted by mattlewis (admin) May 04, 2012
- 4129 views
egis said...
Most importat, the last command spits out 32-bit! What do I do about that?
When you use the 64-bit translator, by default it should build a 64-bit binary, and when you specify -dll or -so, it should link with euso.a (instead of eu.a). I like to use the -makefile option, because I can easily see exactly what options it will use, and because I can easily change them (or link with a different library). Also, for large programs, I can use make's -j flag (usually -j3 or -j2) to have it compile multiple C files at a time, which speeds up the build.
Matt

