public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Can't link .res file (from windres) using i686-pc-mingw32-g++
@ 2016-02-25  3:57 Jim Reisert AD1C
  2016-02-25  4:29 ` Mark Geisert
  0 siblings, 1 reply; 4+ messages in thread
From: Jim Reisert AD1C @ 2016-02-25  3:57 UTC (permalink / raw)
  To: cygwin

I  have a 64-bit Cygwin environment.  I'm trying to compile a 32-bit
(target) Windows program using i686-pc-mingw32-g++

# i686-pc-mingw32-g++ -g -Wall -Iinclude -I../../library/include   -c
-o NPOTAdlg.o NPOTAdlg.cpp
# windres -Iinclude res/NPOTAdlg.rc -O coff -o res/NPOTAdlg.res
# i686-pc-mingw32-g++ -s -mwindows -static-libgcc -static-libstdc++
-lwininet  NPOTA.o NPOTAdlg.o res/NPOTAdlg.res ../../library/library.a
/usr/i686-pc-mingw32/sys-root/mingw/lib/libwininet.a   -o NPOTA

But I get this error on the link (last) step:

  res/NPOTAdlg.res: file not recognized: File format not recognized

This program is a clone of another program I wrote a couple of years
ago (I wanted to re-use the Windows framework I had developed).
However, at that time, I was using 32-bit Cygwin, not 64-bit Cygwin.

Is there a work-around for this, other than re-creating a 32-bit
Cygwin environment?

Thanks - Jim

-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, http://www.ad1c.us

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-25 14:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-25  3:57 Can't link .res file (from windres) using i686-pc-mingw32-g++ Jim Reisert AD1C
2016-02-25  4:29 ` Mark Geisert
2016-02-25  5:18   ` Tony Kelman
2016-02-25 14:50   ` Jim Reisert AD1C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).