Skip to content
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

[BUG] make html won't run when no board has been configured. #13232

Closed
1 task done
nonpawite opened this issue Aug 29, 2024 · 1 comment · Fixed by #13254
Closed
1 task done

[BUG] make html won't run when no board has been configured. #13232

nonpawite opened this issue Aug 29, 2024 · 1 comment · Fixed by #13254
Labels
Arch: all Issues that apply to all architectures Area: Build system OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working

Comments

@nonpawite
Copy link
Contributor

Description / Steps to reproduce the issue

When I ran make html to build a documentation preview, I received the following message.

NuttX has not been configured!
To configure the project:
  tools/configure.sh <config>
For a list of available configurations:
  tools/configure.sh -L

Isn't the make html command be independent and doesn't need the board to be configured?

On which OS does this issue occur?

[Linux]

What is the version of your OS?

Ubuntu 24.04.1

NuttX Version

master

Issue Architecture

[all]

Issue Area

[Build System]

Verification

  • I have verified before submitting the report.
@nonpawite nonpawite added the Type: Bug Something isn't working label Aug 29, 2024
@github-actions github-actions bot added Arch: all Issues that apply to all architectures Area: Build system OS: Linux Issues related to Linux (building system, etc) labels Aug 29, 2024
@raiden00pl
Copy link
Contributor

you have to call make html from Documentation direcotry

cd Documentation
make html

acassis added a commit to acassis/incubator-nuttx that referenced this issue Aug 30, 2024
User reported an issue caused by not clear documentation:
apache#13232
@xiaoxiang781216 xiaoxiang781216 linked a pull request Aug 30, 2024 that will close this issue
xiaoxiang781216 pushed a commit that referenced this issue Aug 30, 2024
User reported an issue caused by not clear documentation:
#13232
shizhenghui pushed a commit to shizhenghui/nuttx that referenced this issue Sep 10, 2024
User reported an issue caused by not clear documentation:
apache#13232
medexs pushed a commit to medexs/nuttx that referenced this issue Sep 19, 2024
User reported an issue caused by not clear documentation:
apache#13232
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: all Issues that apply to all architectures Area: Build system OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants