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

stub for armv6/armv7 #5

Open
alexanderFell opened this issue Dec 5, 2018 · 0 comments
Open

stub for armv6/armv7 #5

alexanderFell opened this issue Dec 5, 2018 · 0 comments

Comments

@alexanderFell
Copy link

Hi,

I did some changes to pack_common.c, so I am trying to recompile the stubs of interest to me. While I can compile the amd64 versions without any issues, I got stuck in cross-compiling the stub for ARM. After installing the cross-compiler (Ubuntu 16.4 LTS) and invoking cmake with the following parameters

cmake -D CMAKE_C_COMPILER=/usr/bin/arm-linux-gnueabihf-gcc -D CMAKE_LINKER=/usr/bin/arm-linux-gnueabihf-ld -D CMAKE_AR=/usr/bin/arm-linux-gnueabihf-ar -D CMAKE_VERBOSE_MAKEFILE:BOOL=ON -D WITH_PRECOMPILED_STUBS=0 ..

I am getting this output.
output.txt

So something is not in the right order or missing, but so far I have not figured out, what it is. Maybe I am blind and do not see it at the moment. Could you let me know, how you have created the various stubs, please? I can try it from there then.

Thanks a lot,
Alex

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

1 participant