mattmi91
mattmi91
I have tried using cygwin and I did install all the packages he said too but not sure what to type to make the .out file? he doesnt how other...
I get this when I type that make: *** No rule to make target 'clean'. Stop.
ok so I fixed the make file issue but when I do g++ 4bitlcd.s $ g++ 4bitlcd.s 4bitlcd.s: Assembler messages: 4bitlcd.s: Warning: end of file not at end of a...
so im in the directory of where that c file is and when I type make all I get already a directory message also should I be in a specific...
im just trying to get the a.out file from these so I can program it into my eeprom
did what you said and here is the error that I got $ make clean all rm -rf build make -C rom/01_nop_fill ADDRESS_MODE=ext all make[1]: Entering directory '/home/matthew/6502-master/software/rom/01_nop_fill' ca65 --cpu...
tried under the first clean all test he mentions in the rom folder $ make clean all rm -f ../../build/rom/*.bin \ rm -f ../../build/rom/*.raw \ ../../build/rom/01_nop_fill/*.o \ ../../build/rom/01_nop_fill/*.lst \ ../../build/rom/01_nop_fill/*.s...
tried adding the path in my system variables C:\cygwin64\home\matthew\6502-master\Software\ca65 of course did not work -_- this is why I hate dealing with software so irritating lol
im using cygwin on windows 10
thanks for the help with the advice of getting that make clean all command, the fix was I had to put cc65 exe files inside the cygwin64 bin folder then...