Compiling midibox_seq_v3_4f

Hey guys,

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:

http://www.midibox.org/dokuwiki/doku.php?id=windows_toolchain_quickstart

cd c:\<your application directory>

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.

i hope someone can help me…

best regards,

rio

download SVN for mios8 and compile the app using “make” command in the the seq v3 svn folder

And where can i find the make.bat there or how do you mean ‘using “make”-command’?

http://svnmios.midibox.org/listing.php?repname=svn.mios&path=%2Ftrunk%2F&rev=0&sc=0

thx for help, best regards, rio

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.

ok thx. so i will try again at home.

But i think i recived a “‘make’ command was not found” yesterday.

Maybe i left something out (PATH definition?).

I’ve installed MSYS and GPUtils allright. I will try and write here an answer again, if it not works…

thx, rio

Did you properly install the toolchain as per WIKI?

now it works, i had in the SET PATH command a whitespace after line, so that was the reason why it has not recognize :wink:

best regards,

rio