Giter Club home page Giter Club logo

Comments (2)

ilovetogetspamed avatar ilovetogetspamed commented on May 31, 2024

Darwin ***..net 15.6.0 Darwin Kernel Version 15.6.0: Sun Jun 4 21:43:07 PDT 2017; root:xnu-3248.70.3~1/RELEASE_X86_64 x86_64

PlatformIO, version 3.5.0a16
Atmel AVR 1.71

[Fri Oct 20 18:19:24 2017] Processing megaatmega2560 (platform: atmelavr; board: megaatmega2560; framework: simba)
--------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
Collected 0 compatible libraries
Looking for dependencies...
No dependencies
Compiling .pioenvs/megaatmega2560/src/main.o

src/main.c: In function 'main':
src/main.c:36:29: error: storage size of 'lcd' isn't known
struct hd44780_driver_t lcd;
^
src/main.c:40:5: warning: implicit declaration of function 'hd44780_init' [-Wimplicit-function-declaration]
hd44780_init(&lcd,
^
src/main.c:49:5: warning: implicit declaration of function 'hd44780_start' [-Wimplicit-function-declaration]
hd44780_start(&lcd);
^
src/main.c:51:5: warning: implicit declaration of function 'hd44780_display' [-Wimplicit-function-declaration]
hd44780_display(&lcd, "Welcome!\r\n");
^
src/main.c:52:5: warning: implicit declaration of function 'hd44780_cursor_show' [-Wimplicit-function-declaration]
hd44780_cursor_show(&lcd);
^
src/main.c:55:9: warning: implicit declaration of function 'hd44780_put' [-Wimplicit-function-declaration]
hd44780_put(&lcd, chan_getc(sys_get_stdin()));
^
src/main.c:55:9: warning: implicit declaration of function 'chan_getc' [-Wimplicit-function-declaration]
src/main.c:36:29: warning: unused variable 'lcd' [-Wunused-variable]
struct hd44780_driver_t lcd;
^
Compiling .pioenvs/megaatmega2560/SimbaFramework/3pp/compat/arch/sys_arch.o
Compiling .pioenvs/megaatmega2560/SimbaFramework/3pp/lwip-1.4.1/src/api/tcpip.o
*** [.pioenvs/megaatmega2560/src/main.o] Error 1
Compiling .pioenvs/megaatmega2560/SimbaFramework/3pp/lwip-1.4.1/src/core/def.o
========================== [ERROR] Took 0.96 seconds ==========================

from platformio-examples.

ivankravets avatar ivankravets commented on May 31, 2024

Please reopen this issue here https://github.com/platformio/platform-atmelavr/issues if you still have this problem.

from platformio-examples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.