Skip to content

error compilation #1

Open
Open
@fotosettore

Description

@fotosettore

hi !
really interested in this project !
board type in compiler : WeMos D1 R1.
unfortunately no compiling :-(
this is the error

c:/users/peppe/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: sketch\ClockController.ino.cpp.o: in function `_M_manager':

c:\users\peppe\appdata\local\arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\2.5.0-4-b40a506\xtensa-lx106-elf\include\c++\4.8.2/functional:1954: undefined reference to `BKA30DStepper::driveSequence'

collect2.exe: error: ld returned 1 exit status

exit status 1
Errore durante la compilazione per la scheda WeMos D1 R1.

I saw that the error is made by line 49

AccelStepper hourStepper(hourStepForward, hourStepBackward);

in a previous test (some months ago) I used this line about the AccelStepper library (using arduino UNO)

AccelStepper hourStepper(AccelStepper::FULL4WIRE, 12, 27, 14, 26);

and it worked fine.
You see that line sintax is different.

where is my error ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions