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

WARNING: “__aeabi_uldivmod” Undefined symbol in opendla.ko #219

Open
qaziullah opened this issue Jun 21, 2021 · 0 comments
Open

WARNING: “__aeabi_uldivmod” Undefined symbol in opendla.ko #219

qaziullah opened this issue Jun 21, 2021 · 0 comments

Comments

@qaziullah
Copy link

Hi everyone,
I am trying to build kernel module driver (KMD) for NVDLA NVIDIA's Deep Learning Accelerator and got the following error at the end.
image

After doing some research on google I found that it is due to 64bit operations (especially 64bit division) present in the kmd that is causing the errors. After further investigation I found that the kmd was written for 64bit architecture while I am trying to compile it for 32bit (ARM cortex A9) processor. some people online have suggested to use -lgcc, which will take care the issue.

Could anyone help me in editing the makefile it link the linker library libgcc.

Thanks in advance.

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