Rockbox Development > Starting Development and Compiling
Rockboxdev.sh on ubuntu 12.04 LTS not running
Here we are:
I copied it from my windows partition which is NTFS
gevaerts:
--- Quote from: Here we are on January 04, 2013, 10:50:23 PM ---I copied it from my windows partition which is NTFS
--- End quote ---
OK, so permissions are going to be all wrong. If this is a git checkout (and you haven't edited any files), run "git reset --hard" first.
If you still have problems then, try following bluebrother's advice.
bluebrother:
--- Quote from: gevaerts on January 05, 2013, 08:34:01 AM ---OK, so permissions are going to be all wrong. If this is a git checkout (and you haven't edited any files), run "git reset --hard" first.
--- End quote ---
Likely line endings as well. On Windows msysgit defaults to enable line ending conversion (core.autocrlf = true) which will produce windows line endings. If I remember correctly Linux shells usually don't like those. So if things still fail you can try to convert it using "dos2unix rockboxdev.sh" before running it.
In general I strongly recommend to not use a checkout that's on a non-native filesystem for any OS. So if you're using Linux clone the repository on Linux. If you're on Windows clone it on Windows. Unless you exactly know what you're doing and are aware of the pitfalls :)
Here we are:
Thanks you guy's for the help its been great :)
Im just going to use git in Ubuntu to clone it again ill show you the result soon
Here we are:
Amazing you guys are great :) its working and I'm up and running :)
Thanks heaps
Navigation
[0] Message Index
[*] Previous page
Go to full version