Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

compilation error in sense simulator using cygwin

deswalparveen415gmai
497 Views
when i compiled program sim_routing in cygwin by this command

g++ sim_routing.cc -o sim_routing

then it shows following errors

invalid preprocessors diretory #cxxdef
in file included ../../common/cost.h
../../common/sense.h

how these errors can be removed
0 Kudos
2 Replies
Aubrey_W_
New Contributor I
497 Views
Hello,

g++ is part of the GNU Compiler Collection (GCC). I would recommend asking on a Linux, GNU or GCC forum.

Best regards,
==
Aubrey W.
Intel Software Network Support
0 Kudos
TimP
Honored Contributor III
497 Views
Sign up on the gcc-help mailing list. There's also a cygwin mailing list, for problems specific to cygwin.
0 Kudos
Reply