Jump to content

Compiling error (with screenshot)


Kvetch
 Share

Recommended Posts

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:

BM0xK.jpg

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!

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