Well, so far I have been unable to run cpct_mkproject (in windows 7).
It's as if no paths have been set in my system, and the cygwin window doesn't know where to find anything.
I don't know anything about linux, so I'm a bit hesitant to create a virtual linux system just for cpctelera...
Has anyone here successfully got cpctelera running properly under windows? Anyone got any tips?
[EDIT] I can get cpct_mkproject running when I give bash the full path to it, but that's not what the cpctelera docs say...
Even after I get cpct_mkproject working, and create a new project folder, I can't run Makefile in that folder - it says "command not found" for the lines with "include".
I had similar problems just getting setup.sh to work when I first installed cpctelera.
This section:
## Main Paths
SETUP_PATH=j:/dropbox/cpctelera
CPCT_MAIN_DIR=${SETUP_PATH}/cpctelera
CPCT_TOOLS_DIR=${CPCT_MAIN_DIR}/tools
CPCT_SCRIPTS_DIR=${CPCT_TOOLS_DIR}/scriptsI had to change the SETUP_PATH to explicitly point to the location where cpctelera is installed, in order for anything in the script to run.
Is this normal behaviour for a correctly installed cygwin?
I have no idea what I'm doing wrong.
Can anyone help?
[EDIT #2] I successfully compiled a test program!
Silly me - I missed the bit in the docs that say, type "make".
I tried that, and it worked!
Sorry everyone for the confusion.
I guess this is a good example of what happens when instructions aren't followed accurately.
I'm going to restore the original setup.sh, and run it from within the cygwin window, as per the instructions in cpctelera's documentation.
Hopefully that will fix my path problems. Fingers crossed!
This has all been quite embarrassing... I consider myself to be an above-average computer user, yet I stumbled with this.
Ah well, you live and you learn, eh?