* Cygwin compile error: No rule to make target `compat-Windows_NT.o', needed by `libsparse.a
@ 2007-10-26 12:09 Jari Aalto
2007-10-26 21:00 ` Kovarththanan Rajaratnam
0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto @ 2007-10-26 12:09 UTC (permalink / raw)
To: linux-sparse
git checkout and "make" gives following results in Cygwin. There is no
"INSTALL" file that would explain how the compilation should be
arranged. Please advice.
Jari
CC test-lexing.o
CC target.o
CC parse.o
parse.c:367: warning: `__sentinel__' attribute directive ignored
parse.c: In function `apply_modifiers':
parse.c:407: warning: enumeration value `SYM_UNINITIALIZED' not handled in switch
parse.c:407: warning: enumeration value `SYM_PREPROCESSOR' not handled in switch
parse.c:407: warning: enumeration value `SYM_BASETYPE' not handled in switch
parse.c:407: warning: enumeration value `SYM_NODE' not handled in switch
parse.c:407: warning: enumeration value `SYM_STRUCT' not handled in switch
parse.c:407: warning: enumeration value `SYM_UNION' not handled in switch
parse.c:407: warning: enumeration value `SYM_TYPEDEF' not handled in switch
parse.c:407: warning: enumeration value `SYM_TYPEOF' not handled in switch
parse.c:407: warning: enumeration value `SYM_MEMBER' not handled in switch
parse.c:407: warning: enumeration value `SYM_LABEL' not handled in switch
parse.c:407: warning: enumeration value `SYM_RESTRICT' not handled in switch
parse.c:407: warning: enumeration value `SYM_FOULED' not handled in switch
parse.c:407: warning: enumeration value `SYM_KEYWORD' not handled in switch
parse.c:407: warning: enumeration value `SYM_BAD' not handled in switch
CC tokenize.o
GEN pre-process.h
CC pre-process.o
CC symbol.o
CC lib.o
CC scope.o
CC expression.o
CC show-parse.o
CC evaluate.o
CC expand.o
CC inline.o
CC linearize.o
CC sort.o
CC allocate.o
make: *** No rule to make target `compat-Windows_NT.o', needed by `libsparse.a'. Stop.
--
Welcome to FOSS revolution: we fix and modify until it shines
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Cygwin compile error: No rule to make target `compat-Windows_NT.o', needed by `libsparse.a
2007-10-26 12:09 Cygwin compile error: No rule to make target `compat-Windows_NT.o', needed by `libsparse.a Jari Aalto
@ 2007-10-26 21:00 ` Kovarththanan Rajaratnam
0 siblings, 0 replies; 2+ messages in thread
From: Kovarththanan Rajaratnam @ 2007-10-26 21:00 UTC (permalink / raw)
To: linux-sparse
Hey,
Jari Aalto wrote:
> git checkout and "make" gives following results in Cygwin. There is no
> "INSTALL" file that would explain how the compilation should be
> arranged. Please advice.
You'll need to set OS=cygwin in makefile (line 3). That should do the trick.
--
Best Regards
Kovarththanan Rajaratnam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-26 21:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-26 12:09 Cygwin compile error: No rule to make target `compat-Windows_NT.o', needed by `libsparse.a Jari Aalto
2007-10-26 21:00 ` Kovarththanan Rajaratnam
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 NNTP newsgroup(s).