Package Details: arduino-mk-git 1.6.0.r140.ga1fbda0-2

Git Clone URL: https://aur.archlinux.org/arduino-mk-git.git (read-only, click to copy)
Package Base: arduino-mk-git
Description: A Makefile for Arduino Sketches
Upstream URL: https://github.com/sudar/Arduino-Makefile
Keywords: arduino
Licenses: LGPL2.1
Conflicts: arduino-mk
Provides: arduino-mk
Submitter: vchimishuk
Maintainer: vchimishuk
Last Packager: vchimishuk
Votes: 22
Popularity: 0.000000
First Submitted: 2017-02-27 21:40 (UTC)
Last Updated: 2024-01-21 19:08 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

lpkk commented on 2017-12-11 19:02 (UTC)

Why there is no /usr/bin/ard-reset-arduino file ?

escentrix commented on 2017-04-25 22:00 (UTC) (edited on 2017-04-25 22:33 (UTC) by escentrix)

EDIT: I have bypassed this error by removing the flto CFLAGS from Arduino.mk Things seem to work fine without it. For the most part things are working for me, but if I try to compile code with Serial functions (Serial.begin/Serial.write) the program will compile down until it crashes with: /usr/bin/avr-gcc -mmcu=atmega328p -Wl,--gc-sections -Os -flto -fuse-linker-plugin -o build-nano-atmega328/serial_test.elf build-nano-atmega328/serial.ino.o build-nano-atmega328/libcore.a -lc -lm lto1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. lto-wrapper: fatal error: /usr/bin/avr-gcc returned 1 exit status compilation terminated. /usr/bin/avr-ld: error: lto-wrapper failed collect2: error: ld returned 1 exit status

jaapcrezee commented on 2017-03-24 16:19 (UTC) (edited on 2017-03-24 16:20 (UTC) by jaapcrezee)

On Archlinux with the Archlinux package "arduino" installed I need this in my project Makefile to get it working. I am using an Arduino Uno (clone) or Arduino Mega 2560 (clone): # Arduino Make file. Refer to https://github.com/sudar/Arduino-Makefile ARDUINO = /usr/share/arduino ARDUINO_DIR = $(ARDUINO) ARDMK_VENDOR = archlinux-arduino #if mega #VARIANT = mega #MCU = atmega2560 #F_CPU = 16000000 #BOARD_TAG = mega2560 #endif #if uno #BOARD_TAG = uno #endif include $(ARDUINO)/Arduino.mk

Yamakaky commented on 2016-10-31 01:58 (UTC)

Add dependency to arduino-avr-core

imran27 commented on 2016-10-03 10:54 (UTC)

Can you please make a PKGBUILD for git package?

abouvier commented on 2016-09-29 11:24 (UTC) (edited on 2016-09-29 11:24 (UTC) by abouvier)

@TheSaint arduino-mk needs the file /usr/share/arduino/lib/version.txt (containing e.g. "1.6.10") provided by the arduino package.

TheSaint commented on 2016-09-29 07:13 (UTC)

Errors in the script as per this thread https://bbs.archlinux.org/viewtopic.php?id=217598

abouvier commented on 2016-05-18 21:58 (UTC)

@drhooves, screen is an optional dependency, you can use picocom or minicom instead

thoth commented on 2016-04-30 13:11 (UTC)

I believe this is woefully out of date, checking out the newest from git immediately solves my issues: https://github.com/sudar/Arduino-Makefile/issues/426#issuecomment-215945489

drhooves commented on 2016-03-11 16:36 (UTC)

missing dependency: screen