-
Notifications
You must be signed in to change notification settings - Fork 78
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
Fixed "make all" failing when IS_LIBRARY:=1 #694
base: develop-pros-3
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works
It works without the change. |
On a fresh project or Kernel? I was able to reproduce this on a fresh project. |
oops sorry, My bad. I didn't know it needs to be a fresh project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, this works.
The base branch was changed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Summary:
Created the "bin" directory at the start when compiling a library
Motivation:
Not sure if this is the right place to modify this but currently, on a fresh project, changing to
IS_LIBRARY:=1
in the Makefile and runningpros make all
will fail to compile. The issue is caused by not being able to find the "bin" folder.Test Plan:
IS_LIBRARY:=1
in the Makefilepros make all
pros make all