-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #21
Comments
I think at least the newly added platforms (NX, raspi ...) need work done by you as you know what to setup there ... Can try to write up something for "bcc" and update "bmk" as first step this evening. |
I'd really like some setup info for Linux. |
Can you explain what isn't working?
Error messages etc.
|
I'll have a look when I can, it was a long time since I last tried. |
Bah.curl is a "3rd party" module... so something not so thoroughfully tested. Issues with it could be created in the corresponding repo.
Issues with getting ng to work on a platform could of course be avoided if a documentation listed required steps.
|
So
./bmk -v
does not expose the version?
Does
gdb -r bmk
Expose any crash?
|
No gdb?
So "gcc -v " does not print something too? If so.. install "build-essentials".
|
Did you follow the release instructions for linux: https://github.com/bmx-ng/bmx-ng/releases So install required dependencies. Not sure about the missing grep command. |
I did not follow those instructions. I didn't even know they existed! Installed and I'll try to compile some stuff now. |
Yes I am with you about the missing instructions which are available in the releases-descriptions. Will also have to check whether there is an error message defined in bmk for the case of not having a valid gcc installed. |
Okay so it seems to compile now if I manually throw the command at bmk. |
The remote ssh thing should not vreate problems. maybe it borks up the working directory or so... bcc and bmk are a bit strict on how to call them (no symlinks please).
So get it to work with MaxIDE first ...and then try to get it to work in VS.
|
MaxIDE is sadly only graphical, and my Debian machine has no screen or even desktop. Anyways, thanks for the help! |
Do you see how (command line) vs calls the binary?
Nightly builds require a build server...especially the Mac OS builds cannot be cross compiled while Windows and Linux builds could be built on a simple Linux server.
|
I did some debugging and found the cause to be the system PATH not being set correctly. Here's some more info: https://www.syntaxbomb.com/index.php/topic,5824.msg28540.html#msg28540 (sorry for going a bit off-topic) |
There are still big gaps in the documentation.
I personally find writing docs hard work (although once I get into the zone, it's not so bad), which is why there are so many big gaps still.
Contributions are always welcome. Contributions don't necessarily need to be complete works.. even a basic draft for some particular subject is a good start, that could be padded out at some later time.
If you'd like to volunteer to write something, let us know which one you'd like to have a go at, and we'll assign it to you.
This is how things currently look..
Setup
Tools
About
The text was updated successfully, but these errors were encountered: