Daid,
thanks for your reply. I have installed Codeblocks and still getting the following error. Also I am using a windoww 7 operating system
C:\Github\CuraEngine>mingw32-make all
The syntax of the command is incorrect.
mingw32-make: [build/] Error 1 (ignored)
The syntax of the command is incorrect.
mingw32-make: [build/modelFile/] Error 1 (ignored)
The syntax of the command is incorrect.
mingw32-make: [build/utils/] Error 1 (ignored)
g++ -c -Wall -Wextra -Wold-style-cast -Woverloaded-virtual -std=c++11 -DVERSION=
\"DEV\" -isystem libs -O3 -fomit-frame-pointer -march=pentium4 -flto src/bridge.
cpp -o build/bridge.o
Assembler messages:
Fatal error: can't create build/bridge.o: No such file or directory
mingw32-make: *** [build/bridge.o] Error 1
Recommended Posts
Daid 306
Which compiler are you using? If you are using a cygwin compiler then this most likely explains it. I'm using mingw32 that comes with code-blocks.
Link to post
Share on other sites