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

FubarinoSD errors with the noplib code #315

Closed
ricklon opened this issue Mar 15, 2013 · 2 comments
Closed

FubarinoSD errors with the noplib code #315

ricklon opened this issue Mar 15, 2013 · 2 comments

Comments

@ricklon
Copy link
Member

ricklon commented Mar 15, 2013

The following error message shows when compiling a blink sketch for the FubarinoSD using the noplib code. ChipKit Uno appears to compile fine.

/Users/rianders/projects/chipKIT32-MAX/build/macosx/work/mpide.app/Contents/Resources/Java/hardware/pic32/cores/pic32/HardwareSerial_cdcacm.c: In function 'cdcacm_reset':
/Users/rianders/projects/chipKIT32-MAX/build/macosx/work/mpide.app/Contents/Resources/Java/hardware/pic32/cores/pic32/HardwareSerial_cdcacm.c:454:37: error: 'NULL' undeclared (first use in this function)
/Users/rianders/projects/chipKIT32-MAX/build/macosx/work/mpide.app/Contents/Resources/Java/hardware/pic32/cores/pic32/HardwareSerial_cdcacm.c:454:37: note: each undeclared identifier is reported only once for each function it appears in

@EmbeddedMan
Copy link
Member

Created pull request to fix this issue.

*Brian

On Thu, Mar 14, 2013 at 11:31 PM, Ricklon notifications@github.com wrote:

The following error message shows when compiling a blink sketch for the
FubarinoSD using the noplib code. ChipKit Uno appears to compile fine.

/Users/rianders/projects/chipKIT32-MAX/build/macosx/work/mpide.app/Contents/Resources/Java/hardware/pic32/cores/pic32/HardwareSerial_cdcacm.c:
In function 'cdcacm_reset':
/Users/rianders/projects/chipKIT32-MAX/build/macosx/work/mpide.app/Contents/Resources/Java/hardware/pic32/cores/pic32/HardwareSerial_cdcacm.c:454:37:
error: 'NULL' undeclared (first use in this function)
/Users/rianders/projects/chipKIT32-MAX/build/macosx/work/mpide.app/Contents/Resources/Java/hardware/pic32/cores/pic32/HardwareSerial_cdcacm.c:454:37:
note: each undeclared identifier is reported only once for each function it
appears in


Reply to this email directly or view it on GitHubhttps://github.com//issues/315
.

ricklon added a commit that referenced this issue Mar 16, 2013
@ricklon
Copy link
Member Author

ricklon commented Mar 16, 2013

Merged code from EmbeddedMan resolved this issue.

@ricklon ricklon closed this as completed Mar 16, 2013
EmbeddedMan added a commit that referenced this issue Jan 5, 2014
… with Fubarino SD v1.3 and USB serial works fine.

Former-commit-id: 9d309ae
ricklon added a commit that referenced this issue Jan 5, 2014
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