Skip to content

doc: Linux installation: Add gcc and gcc_mulitlib for Ubuntu #10931

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

Merged
merged 1 commit into from
Nov 1, 2018

Conversation

aescolar
Copy link
Member

In 0d811b9 the gcc-mulitlib package
was removed from the Ubuntu list of packages to install.
Seems this may be creating some confusion for some developers (see
comments in #10243)
Let's add it back.

Signed-off-by: Alberto Escolar Piedras [email protected]

In 0d811b9 the gcc-mulitlib package
was removed from the Ubuntu list of packages to install.
Seems this may be creating some confusion for some developers (see
comments in zephyrproject-rtos#10243)
Let's add it back.

Signed-off-by: Alberto Escolar Piedras <[email protected]>
@codecov-io
Copy link

Codecov Report

Merging #10931 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #10931      +/-   ##
==========================================
+ Coverage    53.3%   53.32%   +0.01%     
==========================================
  Files         215      215              
  Lines       25900    25900              
  Branches     5708     5708              
==========================================
+ Hits        13805    13810       +5     
+ Misses       9776     9771       -5     
  Partials     2319     2319
Impacted Files Coverage Δ
subsys/logging/log_core.c 78.4% <0%> (+2.34%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9e895ac...8906798. Read the comment docs.

Copy link
Contributor

@dbkinder dbkinder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works for me...

@nashif nashif added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Nov 1, 2018
@vanwinkeljan
Copy link
Member

This is a dependency only required for native posix.
Would it not be better that add a separate section with native posix dependencies?

@nashif
Copy link
Member

nashif commented Nov 1, 2018

This is a dependency only required for native posix.
Would it not be better that add a separate section with native posix dependencies?

if you run sanitycheck on your changes, then this will be needed, it is better just to get this installed one time with everything else and not worry about it.

@nashif nashif merged commit 27ec9fa into zephyrproject-rtos:master Nov 1, 2018
@aescolar aescolar deleted the fix_getting_started_nat branch June 25, 2019 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Documentation Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants