Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

compilation error in sense simulator using cygwin

deswalparveen415gmai
462 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
462 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
462 Views
Sign up on the gcc-help mailing list. There's also a cygwin mailing list, for problems specific to cygwin.
0 Kudos
Reply