dev.ed.am
Arduino Makefile
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png Arduino Makefile / Open Bug report #13 SD.h not found by arduino.mk Rev 0.6 97
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
Go to the next issue (open or closed)
Go to the next open issue
Issue basics
  • Type of issue
    Bug report
  • Targetted for
    Not determined
  • Status
    New
  • Progress
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
Issue details
  • Resolution
    Not determined
  • Reproducability
    Always
  • Severity
    Not determined
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
Using OSX 10.9.1
Using Arduino IDE 1.5.5
Using arduino.mk rev 0.6 97
Using Makefile:
<source lang="php">LIBRARIES := SD SPI
BOARD := uno
SERIALDEV := /dev/cu.usbmodem1d11
include ~/bin/arduino.mk</source>

Arduino 1.5.5 has SD.h in "/Applications/Arduino.app/Contents/Resources/Java/libraries/SD/src" and the Makefile searches "/Applications/Arduino.app/Contents/Resources/Java/libraries/SD/"
Steps to reproduce this issue
Using the above makefile, type make
Todos (0 / 0)
Issue created



Don't worry about URLs - they will automatically be transformed to links.
See more formatting tips in MarkdownFormatting.

The Bug Genie uses an enhanced flavor of the markdown syntax, which makes each newline count. If you want to add a linebreak, add a new line and it will be presented just like you type.
See more formatting tips in MarkdownFormatting.

You can use simple formatting tags for underlined text (<b></b>) or strikethrough (<strike></strike>).
See more formatting tips in WikiFormatting.

Cancel
Sorry, it is the library utility directory that is not picked up. In 1.5.5 it's library/src/utility not library/utility.
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif