I´m close to crying… tried everything exactly as described in the wiki windows guide, but i just can´t get my edited setup*.asm to be converted to a hex file.
No idea what´s wrong.
I Installed all tools in their default directories, followed all the steps, but nothing is happening. First i saved my setup to a new file. When i do the set path command and type make i get three hex files: The v3 one, the tk and the cd. My own asm file is simply ignored.
Next thing i tried is do just a little change to the setup v3 file (interchange play and stop pins) and tried again.
I get a new v3 hex file, but when i upload it the seq behaves as before, the pins are not interchanged.
What could be wrong?
I was so happy to finish this fantastic machine, and now i´m stuck…
Yeh that’s it. Just be aware that if you add <filename>.hex, then it will try to compile it from <filename>.asm - so in your case, you must have your setup called SETUP_SEQ_JRP.asm.
Not sure why it didn´t before, but now everything is ok. i reinstalled all the tools, changed the makefile.orig and all is fine.
I also changed %programfiles% in the set path line to %programme% since i´m using the german version of xp. Don´t know if that makes a difference, if it does than this info should be added in the quick start guide.
Bloody microsoft!! Here’s the funny thing: The original doco just had ‘C:\Program files*’. After some other changes to make it work better for users of international variants of windows, I changed it to %programfiles%, as that is *supposed* to be standard across all variants, so it should work for everybody… I guess not! Thanks for the heads-up, I’ll adjust the document accordingly.
Well, i don´t know, maybe it would have worked in both cases. I can check tomorrow if i get a new hex file when using %programfiles% or if it has to be %programme%.
I also changed %programfiles% in the set path line to %programme% since i´m using the german version of xp.
Well… Seems i was too quick to blame MS, according to the international variables thread I created and ilmenator’s response, the %programfiles% variable is intact in German Windows as it should be, and should be left as-is on the wiki page… in fact, I have no idea how your system is able to find the compiler because the path you’ve set is invalid!