Rockbox Development > Starting Development and Compiling
/tools/configure question... sort of
hayduke:
At the risk of becoming annoying ;) I have another question
I'm trying to setup my cygwin at work so that I can compile rockbox. When I try to run //tools.configure from a bash shell, I get bad interpreter: permission denied
I've looked at the permissions and I don't see what the problem is. Here is entire text for the error:
bash: ../tools/configure: /bin/sh: bad interpreter: Permission denied
It seems like compiling in this environment is difficult. Compiling on an AS400 is so much easier :-\
zajacattack:
Don't double post; use the modify button if no one has posted since you.
cool_walking_:
Try
--- Code: ---dos2unix ../tools/configure
chmod +x ../tools/configure
sh ../tools/configure
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version