Skip to content

Add ARM builds #3

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

Closed
NicoHood opened this issue Jan 20, 2016 · 0 comments
Closed

Add ARM builds #3

NicoHood opened this issue Jan 20, 2016 · 0 comments

Comments

@NicoHood
Copy link
Contributor

On ARM I cannot compile the library:

$ ./compile_linux.sh 
./compile_linux.sh: line 1: ./configure: No such file or directory
gcc: error: jnilib.c: No such file or directory
gcc: error: libserialport/linux_termios.c: No such file or directory
gcc: error: libserialport/linux.c: No such file or directory
gcc: error: libserialport/serialport.c: No such file or directory
gcc: fatal error: no input files
compilation terminated.
./compile_linux.sh: line 4: cd: libserialport: No such file or directory
gcc: error: jnilib.c: No such file or directory
gcc: error: libserialport/linux_termios.c: No such file or directory
gcc: error: libserialport/linux.c: No such file or directory
gcc: error: libserialport/serialport.c: No such file or directory
gcc: error: unrecognized command line option ‘-m32’
gcc: fatal error: no input files
compilation terminated.

This is expected, however you could fix it the way you prefere. All we need is an arm build hosted by arduino. I do not care if its cross compiled or not, but please add it if possible, as you did with arduino-builder.

Also please check the arduino-builder issue:
arduino/arduino-builder#79

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