Page 1 of 1

fatal: unable to open input file

Posted: Sat Sep 05, 2009 3:42 am
by AndrewBuckley
after starting, debugging and ultimately breaking my hobby OS(learn from my mistake and LEARN HOW TO USE GIT FIRST) i shelved the project. now months later i figured out git and moved a copy of the source to a new server and am trying to reinstall all the assemblers and compilers i need, but now i'm at a loss. I have installed nasm but when ever i run it i get the message
" 'asm: fatal: unable to open input file 'start.asm "
Am i missing some program or is my home directory encryption doing me in? :|

Re: fatal: unable to open input file

Posted: Sat Sep 05, 2009 4:54 am
by Combuster
checked case sensitivity? is start.asm in the current directory?

Re: fatal: unable to open input file

Posted: Sat Sep 05, 2009 2:12 pm
by AndrewBuckley
yes I have not changed any file names or the compiling script.
when i run the command with sudo i cannot open input file and when i dont i cannot open output file.

Re: fatal: unable to open input file

Posted: Sat Sep 05, 2009 2:32 pm
by kmcguire
Try this solution:

http://forum.osdev.org/viewtopic.php?f= ... le#p145757

Also look here. It could help show you or aid you to figure out the solution:

http://forum.osdev.org/viewtopic.php?f= ... le#p142443

Re: fatal: unable to open input file

Posted: Sat Sep 05, 2009 6:29 pm
by AndrewBuckley
the problem was FileZilla gave all files root ownership. After fixing that im now back to the errors i remembered giving up with. thanks guys
Edit: how do i make this thread solved?