Rio Posted July 29, 2010 Report Posted July 29, 2010 (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 July 29, 2010 by Rio
julienvoirin Posted July 30, 2010 Report Posted July 30, 2010 download SVN for mios8 and compile the app using "make" command in the the seq v3 svn folder
Rio Posted July 30, 2010 Author Report Posted July 30, 2010 (edited) 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 Edited July 30, 2010 by Rio
seppoman Posted July 30, 2010 Report Posted July 30, 2010 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.
Rio Posted July 30, 2010 Author Report Posted July 30, 2010 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
nILS Posted July 31, 2010 Report Posted July 31, 2010 Did you properly install the toolchain as per WIKI?
Rio Posted August 3, 2010 Author Report Posted August 3, 2010 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now