GithubHelp home page GithubHelp logo

andysworkshop / awreflow Goto Github PK

View Code? Open in Web Editor NEW
33.0 33.0 12.0 18.4 MB

Andy's Workshop Reflow Oven Controller

R 0.58% C++ 76.13% Perl 0.72% Assembly 5.93% C 9.00% Shell 0.35% C# 4.16% Python 3.14%

awreflow's People

Contributors

andysworkshop avatar metropt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awreflow's Issues

Build issues vs. linux

  1. STM32PLUS_VERSION is not part of the Path which is made when you compile the stm32plus lib.

verify that stm32plus is installed in the defined location

stm32plus_file=STM32PLUS_INSTALL_DIR+"/"+STM32PLUS_VERSION+"/libstm32plus-"+STM32PLUS_VERSION+"-f051-"+mode+".a"

stm32plus_file=STM32PLUS_INSTALL_DIR+"/libstm32plus-"+STM32PLUS_VERSION+"-f051-"+mode+".a"

  1. The Linker expects always a "small" made lib.a, but when you made a debug version, he cannot find. Even the STM32PLUS_VERSION in the Path is wrong.

set the library path

env.Append(LIBS="stm32plus-"+STM32PLUS_VERSION+"-f051-small")

env.Append(LIBPATH=STM32PLUS_INSTALL_DIR+"/"+STM32PLUS_VERSION)

env.Append(LIBS="stm32plus-"+STM32PLUS_VERSION+"-f051-"+mode+".a")

env.Append(LIBPATH=STM32PLUS_INSTALL_DIR)

So, not a big deal. I want use you library in a project, so thats the reason i started to deal with it.

Thanks a lot man.

Andre

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.