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

How to make Spruce work on ARM #4

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Open

How to make Spruce work on ARM #4

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

I am working on code aurora kernel for arm.

We wanted o use spruce filesystem verification system for ARM.
Request you to provide these information.

1. Whether Spruce supports ARM architecture.
2. If so, how to use Spruce project for ARM, Do we need to port for ARM?
3. Is cross compilation straight forward with the materials provided here or 
any changes need to be done.

Please give pointers to proceed further.

Original issue reported on code.google.com by [email protected] on 15 Nov 2013 at 10:48

@GoogleCodeExporter
Copy link
Author

Sorry for not answering long time. This project is currently not being 
maitained.

I work on a new project with similar purposes(and same name) but with 
completely reworked tests running system. Web-page for that project is 
currently not accessible for outer world, but repo is: 
https://forge.ispras.ru/git/spruce.git.
Ultimately, all tests from this project will be ported to the new one, at this 
moment only part of them has been ported.

Tests themselves are not architecture specific, so them can be run on any arch 
(in theory, did not try that).
But for more deep testing(error paths testing, memory leaks checking) KEDR 
framework(code http://code.google.com/p/kedr/) is used, which is currently 
supports only x86/x86_64.

This project always requires KEDR at configuration stage. But new one(see 
above) do not do that. So, if you want to simply run tests on ARM with no 
additional features, you can clone that repo: 
https://forge.ispras.ru/git/spruce.git
and follow it's README for installation and using.

Original comment by [email protected] on 20 Mar 2014 at 7:29

@GoogleCodeExporter
Copy link
Author

Thanks for the reply, This would be useful to me.!!

Original comment by [email protected] on 23 Mar 2014 at 12:40

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

No branches or pull requests

1 participant