[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nmos6502-oo2c beta published at sourceforge
> > Please, report bugs, write me your thoughts, suggestions.
> Doesn't really work. If I'm not root when compiling (and I don't want to
> be root just to compiler something) I get::
If you noticed I am not using makefile yet.
That is why there are script build.sh to build and install the
compiler
> Fatal error: Cannot open output file
> `/usr/local/nmos6502-oo2c/minilib/c64/Terminal.o': Permission denied
Yes, if you want to use it as a user then you must change PREFIX
variable in the build script
> If I'm root then the compiler complains there is no `./Terminal.o`.
That is fine :)
I think it is a bug of cc65. option "-o" doesn't save Terminal.o in
the obj/$TARGET directory but instead in the directory where source
located.
That is why script moves Terminal.o and __oo2c.o files to the right
destination and then runs cc65 again.