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?
fatal: unable to open input file
-
- Member
- Posts: 95
- Joined: Thu Jan 29, 2009 9:13 am
- Combuster
- 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
checked case sensitivity? is start.asm in the current directory?
-
- Member
- Posts: 95
- Joined: Thu Jan 29, 2009 9:13 am
Re: fatal: unable to open input file
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.
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
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
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
-
- Member
- Posts: 95
- Joined: Thu Jan 29, 2009 9:13 am
Re: fatal: unable to open input file
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?
Edit: how do i make this thread solved?