Jump to content


Photo
- - - - -

Compiling error (with screenshot)


  • Please log in to reply
No replies to this topic

#1 Kvetch

Kvetch

    MIDIbox Newbie

  • Members
  • Pip
  • 40 posts

Posted 18 May 2012 - 18:03

Hi folks, I am trying to program one of my cores to store and manipulate program change messages from my Electribe. Ive written the software but then I get an error Ive never seen before when I try to 'make'. Heres a screen shot:

Posted Image


It seems something to do with an included pic18f452.h file somewhere, but Im rather a noob at programming and dont know what Im looking for!

Any help is much appreciated :ahappy:

Just an update, its something to do with the code TK gave me for forwarding recieved realtime messages. Ive no doubt put the code he gave me in the wrong place or something. Heres what he gave me in another thread:


/////////////////////////////////////////////////////////////////////////////
// This function is called by MIOS when a MIDI byte has been received
/////////////////////////////////////////////////////////////////////////////
void MPROC_NotifyReceivedByte(unsigned char byte) __wparam
{
if( byte >= 0xf8 )
MIOS_MIDI_TxBufferPut(byte);
}



Ill keep working on it

OK Im officially an idiot, I put the code TK gave me in totally the wrong place even though he made it perfectly clear.

All is well!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users