Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avr path not recognised #269

Closed
bstott opened this issue Aug 21, 2012 · 1 comment
Closed

avr path not recognised #269

bstott opened this issue Aug 21, 2012 · 1 comment

Comments

@bstott
Copy link

bstott commented Aug 21, 2012

I am using mpide with a chipKIT32 MAX32. I am trying to compile a firmware application for a RepRap.

The \hardware\tools\avr\avr\include directory path's sub-directories are not recognized and it creates errors when compiling through mpide. If I use an Arduino Mega in the Arduino IDE my firmware compiles with no errors.

@ricklon
Copy link
Member

ricklon commented Dec 26, 2013

Unfortunately chip specific AVR code is incompatible with chip specific pic32 code. So one level below Arduino API is avr for the avr chips, and pic32 for the pic32 chips.

If the reprap project updates to standard Arduino libraries, and features it would work and not need that directory. But typically repraps need the higher performance of going directly to chip specific code. Where as chipKIT is genreally fast enough, and has enough memory to not need that kind of work around.

@ricklon ricklon closed this as completed Dec 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants