i want to recompile the setup_mbseq_v3.asm (3.7f) with my own setup (setup_mbseq_rio.asm) again, but something changed a bit in src-structure over the years.
I installed msys 1.10 and gputils too. then i have readen that:
SET PATH=C:\MSYS\1.0\bin;%programfiles%\gputils\bin;%programfiles%\SDCC\bin;%PATH%
make
but where is the make.bat file in mbseq-directory? so i tried to write an own make.bat for my setup:
gpasm -p 18f4620 -I ./src setup_mbseq_rio.asm
..but it can’t compile, mios.h and so on is missing…it is in the subfolders…but i don’t know, how i can configure correct or where i find a predefinied make.bat.
there is no “make.bat”. the makefile is called “makefile” without extension and you need to type “make” while you’re in the project directory to make the project.