Git Product home page Git Product logo

propeller-load's People

Contributors

davidzemon avatar dbetz avatar jsdenson avatar totalspectrum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

propeller-load's Issues

Not able to build on Mac OS X due to "use of undeclared identifier 'PORT_PREFIX'"

When building this project on Mac OS X, using the Makefile, an error is reported and the build is terminated... This project appears to build using the "build.sh" script for some reason. So, it appears that something is declaring PORT_PREFIX within that script (though, I don't see that!).

Makefile build is failing in src/propeller-load.c with the following errors:

src/propeller-load.c:292:23: error: use of undeclared identifier 'PORT_PREFIX'
ShowPorts(PORT_PREFIX);
^
src/propeller-load.c:294:32: error: use of undeclared identifier 'PORT_PREFIX'
ShowConnectedPorts(PORT_PREFIX, baud, portFlags);
^
src/propeller-load.c:300:28: error: use of undeclared identifier 'PORT_PREFIX'
int sts = InitPort(PORT_PREFIX, port, baud, portFlags, actualport);

NOTE: On request from Parallax, I'm attempting to update the Makefile to allow building for Mac OS X version 10.6 and later (Forum poster's request). Until the Makefile actually can build on OS X, I'm not able to complete that task for Parallax.

[Feature] Add ability to print to stderr

It would be incredible if we could print to stderr from the Propeller. Similar to the way the -q switch works for sending an error code, perhaps a special byte sequence will toggle between stdout and stderr?

Missing eeprom_cache.dat

The propeller-load requires eeprom_cache.dat to load .ecog drivers to the upper eeprom memory area but the driver and its source are missing from the build process.
The binary .dat file shipped with the old Parallax GCC build still works, but either the driver should be restored and properly built or propeller-load fixed to not use it. As it is now, the loader fails.

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.