Jump to content

compile problem


Aliã Bianco
 Share

Recommended Posts

Sorry if my questtion is stupid,

but i read http://www.midibox.org/dokuwiki/doku.php?id=windows_toolchain_quickstart ,search forum and google but...

wen i try to compile my project, this happens:

make: *** C:\MIOS\Mios_Base: Invalid request code. Stop.

What is wrong in Mios_Base folder???

PS: MIOS_PATH and MIOS_BIN_PATH is ok

SDCC ok

MSYS ok

GPUtils ok

PATH ok (C:\MIOS;C:\MSYS\1.0\bin;C:\Arquivos de programas\gputils\bin;C:\Arquivos de programas\SDCC\bin)

my folder project: c:\mios\vmx200

Thanks!

Link to comment
Share on other sites

That sounds like there's some stuff missing or can't be found.

Since it's fairly hard to guess what that may be please do the following:

1) Open a command prompt like you usually do, and do what you do to get to the point where you try to make the app

2) Type "set mios" and post the results here

3) Type "make --version" and post the results here

Then we'll take it from there :)

Link to comment
Share on other sites

Microsoft Windows XP [versão 5.1.2600]

© Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Aliã>cd c:\mios\vmx200

C:\MIOS\vmx200>make

make: *** C:\MIOS\Mios_Base: Invalid request code. Stop.

C:\MIOS\vmx200>set mios

MIOS_BIN_PATH=C:\MIOS\Mios_Base\bin

MIOS_PATH=C:\MIOS\Mios_Base

C:\MIOS\vmx200>make --version

GNU Make 3.81

Copyright © 2006 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.

There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A

PARTICULAR PURPOSE.

This program built for i686-pc-msys

C:\MIOS\vmx200>

strange...

thanks again.

Edited:

I dont have mingw installed, i need it?? where i can find? and what version?

because in wiki mingw is installed, look:

C:\MSYS\1.0\bin;C:\Program Files\gputils\bin;C:\Program Files\SDCC\bin;C:\MinGW\bin;C:\Program[bLABLABLA]

I reinstall all again and reupload mios_base_v1_1...

I see some strange stuff in post install of my sys, but is about mingw, and i dont have it, but...

This is a post install process that will try to normalize between

your MinGW install if any as well as your previous MSYS installs

if any. I don't have any traps as aborts will not hurt anything.

Do you wish to continue with the post install? [yn ] y

Do you have MinGW installed? [yn ] n

When you install MinGW I suggest you install it to C:/mingw

(replace C: with the drive of your choice). Then create an

/etc/fstab file with a line that has a value similar to:

C:/mingw /mingw

Press ENTER to continue

Normalizing your MSYS environment.

You have script /bin/awk

You have script /bin/cmd

You have script /bin/echo

You have script /bin/egrep

You have script /bin/fgrep

You have script /bin/printf

You have script /bin/pwd

MinGW-1.1 has a version of make.exe within it's bin/ directory.

Please be sure to rename this file to mingw32-make.exe once youve

echo installed MinGW-1.1 because it\s very deficient in function.

Press ENTER to continue.

Edited by Aliã Bianco
Link to comment
Share on other sites

  • 4 months later...

Hey!

I have a MIDIbox SID synth, working.

How can i configure the buttons, encoders and the lcd display?

I have 8 rotary encoder+6 button and a 4X20 lcd display.

The PIC is a 18F452. "midibox_sid_v1_7303e" is ok.

Which file and how? How to reprogrammed and burn the device with the new firmware?

bao6z578kt309516dnp7.jpg

Thanks!

Best:)

Link to comment
Share on other sites

Relevant for MBSID V1 (not MBSID V2!):

- setup_*.asm (the setup file you are using)

- src/mios_tables.inc

- src/cs_menu_io_tables.inc

- src/cs_menu_enc_table.inc

There are some comments in these files which you have to read to understand the configuration options.

Once the firmware has been recompiled, just upload the resulting .hex file via MIDI like you did before.

Best Regards, Thorsten.

Link to comment
Share on other sites

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...
 Share

×
×
  • Create New...