In order to run my first NIF project on Windows i followed these steps:
Download Hellonif -master :https://github.com/vmx/hellonif
open command prompt(cmd):
2.1 cd C:\Users\Desktop\hellonif-master =>project path
2.2 SET PATH=C:\Program Files\C:\Program Files\erl6.4\bin => escript path
added this line to rebar.config: {port_env, [{"CC", "/C:/Program Files (x86)/CodeBlocks/MinGWp/bin/mingw32-gcc"}]}.
open command prompt(cmd)
4.1 rebar compile
Unfortunately I had this error :
hellonif-master (compile)
compiling C:\Users\Desktop\hellonif-master\c_src\hello.c
La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte.
Can you please help me to resolve this problem thanks in advance