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

Add specific targets to compile sim/rump separately #23

Open
teto opened this issue Mar 2, 2016 · 2 comments
Open

Add specific targets to compile sim/rump separately #23

teto opened this issue Mar 2, 2016 · 2 comments

Comments

@teto
Copy link

teto commented Mar 2, 2016

It would be great if one could specify to compile only $(SIM_LIB). It's faster and it also helps get around problems where $(RUMP_CLIENT_LIB) would fail or another dependancy on this line:
all: $(NUSE_LIB) $(SIM_LIB) $(RUMP_HIJACK_LIB) $(RUMP_CLIENT_LIB)

Also does this repository need to be in arch/lib/tools ? it seems to depend on higher level Makefiles but I wonder if it can be bypassed.

@thehajime
Copy link
Member

I haven't come up with the build environment out of linux tree (i.e., arch/lib/tools). it would be great that this linux-libos-tools can be built independently but haven't done yet.

@teto
Copy link
Author

teto commented Mar 8, 2016

I have created a symbolic link $HOME/libos-tools towards arch/lib/tools so it already feels a bit "out of tree". I would like a "make libsim" command to speed up compilation and bypass rump stuff.

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

No branches or pull requests

2 participants