-
Notifications
You must be signed in to change notification settings - Fork 11
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
compiling error #53
Comments
I also tried with board=atlys and I got:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
../third_party/fx2lib/include/serial.h:54: error 91: extern definition for 'putchar' mismatches with declaration.
/usr/bin/../share/sdcc/include/stdio.h:86: error 177: previously defined here
../third_party/fx2lib/include/serial.h:55: error 91: extern definition for 'getchar' mismatches with declaration.
/usr/bin/../share/sdcc/include/stdio.h:85: error 177: previously defined here
make[1]: *** [Makefile:78: to-uart.rel] Error 1
make[1]: Leaving directory '/home/zibri/HDMI2USB-fx2-firmware/hdmi2usb'
make: *** [Makefile:81: hdmi2usb/hdmi2usb.hex] Error 2
The text was updated successfully, but these errors were encountered: