fatal: unable to open input file

Programming, for all ages and all languages.
Post Reply
AndrewBuckley
Member
Member
Posts: 95
Joined: Thu Jan 29, 2009 9:13 am

fatal: unable to open input file

Post 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? :|
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: fatal: unable to open input file

Post by Combuster »

checked case sensitivity? is start.asm in the current directory?
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
AndrewBuckley
Member
Member
Posts: 95
Joined: Thu Jan 29, 2009 9:13 am

Re: fatal: unable to open input file

Post 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.
User avatar
kmcguire
Member
Member
Posts: 120
Joined: Tue Nov 09, 2004 12:00 am
Location: United States
Contact:

Re: fatal: unable to open input file

Post 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
AndrewBuckley
Member
Member
Posts: 95
Joined: Thu Jan 29, 2009 9:13 am

Re: fatal: unable to open input file

Post 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?
Post Reply