newbie Windoze config question
Posted: Mon Apr 06, 2015 12:05 am
Hi - I installed the 'Bertos' community edition (http://www.bertos.org/download ) which seemed to have Codelite as part of the distro, and made some simple things with the Wizard.
When I go "Build -> Build Project" in the GUI, I see at the console:
"C:\Windows\system32\cmd.exe /C "make"
/usr/bin/sh: -c line 2: syntax error near unexpected token ';'
and yet, when I 'cd' into that directory in a Cygwin terminal window, and type "make", the project builds.
I messed around a while with the "Settings->Build Settings" items, but can't seem to change that initial invocation.
How can I make a build environment that matches what happens in a Cygwin bash environment?
suggestions, RTFMs welcomed.
thanks in advance
Chris
When I go "Build -> Build Project" in the GUI, I see at the console:
"C:\Windows\system32\cmd.exe /C "make"
/usr/bin/sh: -c line 2: syntax error near unexpected token ';'
and yet, when I 'cd' into that directory in a Cygwin terminal window, and type "make", the project builds.
I messed around a while with the "Settings->Build Settings" items, but can't seem to change that initial invocation.
How can I make a build environment that matches what happens in a Cygwin bash environment?
suggestions, RTFMs welcomed.
thanks in advance
Chris