-
Notifications
You must be signed in to change notification settings - Fork 114
doc-gen "make" fails #384
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
Comments
Have you tried running |
I have not built from source but installed by unpack a development build on one machine (gentoo, amd64, intel) and by deb on another one (Debian 12, arm64, Tinkerboard 2). The tinygo repository was cloned on both machines. Now I have done Next try would be on the Debian machine to uninstall the deb installation and install it from source. Any other ideas? |
This workflow also leads to the same result:
|
I have modified the code a little bit to print the error with the preamble "sanity check failed: " and continue with the next tinygo-target. Than other errors will be printed, which are maybe more helpful to catch the originated problem, e.g.:
|
@soypat a question, just to be sure: This doc-gen is not run automatically on each build of the page and it is only used to update the content manually from time to time? |
@gen2thomas I'm actually not sure- never run doc-gen |
Ok, thanks! But who can answer this question? It seems @deadprogram has introduced this generator. |
The #385 is now ready to review. Besides a huge improvement of the doc-generator, many pages where fixed and improved also. So please have a look and make your suggestions. Thanks Thomas |
I have fixed doc-gen here: #397
Correct. Usually after a TinyGo release but we haven't done that in a while (in part because it was broken).
That was me actually :) |
Now closing since this has been corrected. Thanks @gen2thomas for reporting and to @aykevl for the fix. |
For my recent project, I really wanted to test TinyGo and have searched many hours, which MCU is supported for BT and/or WiFi. The documentation seems to be a little bit outdated. After I have managed my project in a few days with nRF52840 based chip - many thanks to the TinyGo-developers - I would like to give something back by improve and add some content for the documentation site.
I like to contribute a matrix for the supported hardware to save some time for other developers. First I write it manually, but than I found the code for the generation of machine and microcontrollers reference pages.
Unfortunately it is not working any more caused by some undefined symbols. It stops here:
Also, this prevents building for all follow up pages, although there would be no such error.
My suggestions is (besides fix the originated problem):
@aykevl , @deadprogram , @soypat what do you think about?
The text was updated successfully, but these errors were encountered: