Git Product home page Git Product logo

Comments (8)

mwarning avatar mwarning commented on July 26, 2024

This might help: https://github.com/lixiangyuan98/aodv-uu/commits/master

from aodv-uu.

lewiz-sunny avatar lewiz-sunny commented on July 26, 2024

@mwarning Thank you for redirecting me. That helped me with the cross compilation but, it does not compile the kernel module, I mean install the kernel module. Is there anyway to make it work on ARM64?

from aodv-uu.

mwarning avatar mwarning commented on July 26, 2024

If you target is Linux Kernel 5.0.0 and the link above does not help, then either downgrade the kernel (Debian Lenny, https://github.com/erimatnor/aodv-uu/pull/5/files) of your target or you can try my aodv-uu fork (https://github.com/mwarning/aodv-uu) - but I haven't actually tested it yet.

from aodv-uu.

mwarning avatar mwarning commented on July 26, 2024

If your problem is that your host kernel is not your target kernel, then I probably cannot help you. I haven't tried that.

from aodv-uu.

lewiz-sunny avatar lewiz-sunny commented on July 26, 2024

@mwarning I tried your code but it gave me an error when I do cross compilation: (make arm). Also I removed the bigendian flag.

make[1]: *** No rule to make target 'kaodv-arm'. Stop.

I just want to cross compile on my host kernel which is 4.15.0-106-generic

from aodv-uu.

mwarning avatar mwarning commented on July 26, 2024

Yes, I removed a lot of old build stuff. You would need to fix it for your setup.

from aodv-uu.

lewiz-sunny avatar lewiz-sunny commented on July 26, 2024

@mwarning I am very new to this, so sorry if my question is not relevant. Do you happen to know about this error?

./include/uapi/linux/types.h:5:10: fatal error: asm/types.h: No such file or directory
#include <asm/types.h>

from aodv-uu.

mwarning avatar mwarning commented on July 26, 2024

Try to comment out that include line. If that does not work, check if the file is present somewhere else in ./include/uapi/linux/. If that else fails, fix the errors that happen when you have removed the include lines.

from aodv-uu.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.