Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2020 06:29:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244882] arduino18 package can't use any arduino library
Message-ID:  <bug-244882-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244882

            Bug ID: 244882
           Summary: arduino18 package can't use any arduino library
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dcp2k@163.com

when i use SoftwareSerial libraray in my arduino , i got some error message
when i compiling it.

/home/raffeale/pyproject/Arduino/remote_control/remote_control.ino:5:10: fa=
tal
error =EF=BC=9ASoftwareSerial/src/SoftwareSerial.h=EF=BC=9AFile or director=
y is not exist!
    5 | #include <SoftwareSerial/src/SoftwareSerial.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

exit status 1
Error compiling for board Arduino Nano.

this is part of code . i found the libarary is exist
/usr/local/arduino/hardware/arduino/avr/libraries    , please fix this bug =
, i
cant use any build-in library with arduino


#include <SoftwareSerial.h>

SoftwareSerial tft(10, 11); // RX, TX

//#define wifi_rx 10
//#define wifi_tx 11

//#include <SoftwareSerial.h>
//SoftwareSerial wifi(wifi_rx, wifi_tx); // RX, TX

void init_tft() {
  tft.begin(115200);
  tft.println("CLS(0);");
}

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244882-7788>