Navigation

    IO Ninja IO Ninja Forum
    • Register
    • Login
        No matches found
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. bob
    3. Posts
    • Profile
    • More
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

    Posts made by bob

    RE: tdevmon on MIPS architecture

    @Vladimir Thank you for the tips. I was able to get an ARM cross-compile toolchain and build env setup. It produced an ARM binary, which works on my ARM debian vm, so I'm guessing it could very likely work on a Pi as well. I'm happy to send my build files via commit, or pasting here if it could help you out.

    Cheers,
    Bob

    posted in Support & Troubleshooting •
    RE: tdevmon on MIPS architecture

    @Vladimir thank you that is much appreciated! I was able to get the x86_64 version compiled. To get it working out of the gate (I'm on Ubuntu 20.04 VM x64) I ended up needing these two additions:

    1. sudo apt install libudev-dev
    2. libcore.a omitted the -ldl linker flag to resolve dl funcs, I was able to add it back in manually to the build files, wasn't able to track down where in cmake it's being omitted. I can commit those changes to the README in the future if you think it'll help.

    I wanted to get the ARM32 env cross compiling working before tackling the aarch64, so I know my baseline is correct. I added an arm-linux-gnueabihf toolchain file to cmake, but that is not happy with "install FILES given no DESTINATION!" for devmon project.

    I used that same compiler separately to compile kernel driver for ARM32 successfully, but that was without cmake. If you have a working ARM32 cross compile build file, or know what I might be missing any tips are welcome to get my env set up and ready to look at aarch64. I'll also keep debugging my setup as well. Thank you again for all the help!

    Cheers,
    Bob

    posted in Support & Troubleshooting •
    RE: tdevmon on MIPS architecture

    @Vladimir That works for me, I'm only working on Linux if there's a stripped Linux version that would be great if shareable, but if not snapshot is also good!

    Yes I will merge into the main repo once it works on aarch64.

    Cheers,
    Bob

    posted in Support & Troubleshooting •
    RE: tdevmon on MIPS architecture

    @Vladimir I plan to work on porting tdevmon for aarch64 (arm 64 bit), if you could share the CLI app source code that would help build the entire tdevmon on aarch64, and check that it works successfully.

    Cheers,
    Bob

    posted in Support & Troubleshooting •