CEA-LIST / N2D2

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.
Other
146 stars 35 forks source link

C_HLS export issue #46

Closed prachikashikar closed 4 years ago

prachikashikar commented 4 years ago

when I run 'make ./bin/n2d2_test' , I get this displayed, 'cc' is not recognized as an internal or external command, operable program or batch file. make: `bin/n2d2_test' is up to date.

How can I fix this?

prachikashikar commented 4 years ago

If a try to set CC= gcc in Makefile then the issue is E:\set_ups\N2D2\export_C_HLS_int8>make ./bin/n2d2_test The filename, directory name, or volume label syntax is incorrect. make: `bin/n2d2_test' is up to date.

Can someone please help me to resolve this?

davidbriand-cea commented 4 years ago

Hi, Microsoft Windows operating system is not compatible with the C_HLS export module. You have to use it with a Linux operating system.

prachikashikar commented 4 years ago

Oh... Thank you for replying. :)