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

Fixes to add additional operating system support #7

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

jwessel
Copy link

@jwessel jwessel commented Dec 13, 2017

No description provided.

nealvis and others added 12 commits October 10, 2017 18:13
As it stands now the sdk re-installs itself every
time you run make install and erases the old install.

That makes it impossible to develop and patch the SDK
easily while trying to add support for a new OS
or debugging an install problem.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Some of the demonstrations do not run correctly because
the execute bit is not set.  Some of the makefiles
fix this, while others do not.  This patch makes them
all consistent.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Copy link
Contributor

@ecopty ecopty left a comment

Choose a reason for hiding this comment

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

This commit (execute attributes) has been merged. The second commit is still under consideration

@SanggunLee
Copy link

on low memory systems like raspberry pi,
'MAKE_NJOBS ' in 'ncsdk.conf' should be 2 or 1.
when compiling c or cpp files, It needs many memory and
If you have only 1GB memory and if MAKE_NJOBS is over 2, you will see kswapd running.
kswapd consumes every cpu power and your system will be freezed.

I write here. because there is no issue tap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants