Jump to content

Recommended Posts

Posted (edited)

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

Edited by Rio
Posted

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.

Posted

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

Posted

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

best regards,

rio

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...