Search results

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. st_ty_

    Driver cross-compilation XT8 (AX95Q)

    Ok.So alternate is to build kernel first and then your kernel module. Takes a little bit more time but should work, too. BR _st_ty
  2. st_ty_

    Driver cross-compilation XT8 (AX95Q)

    No, I didn't talk about "make modules" but about "make prepare_modules"!!! That's a big and decisive difference. Please use Google to get more information about this issue. BR st_ty_
  3. st_ty_

    Driver cross-compilation XT8 (AX95Q)

    This is the typical error message, when you forgot to "make prepare_modules" before building the kernel module. Also, did you use the correct toolchain (https://github.com/RMerl/am-toolchains)? BR st_ty_
  4. st_ty_

    Release [Fork] Asuswrt-Merlin 374 LTS release 52E3

    Sorry, you are right, I'm mistaken: none of the routers needs pptpd (taken from content of target.mak). So, no need to implement this in your repo. Maybe it was a result of former times, when I checked all the rules in all targets of the main Makefile, if they would work with Arch Linux/Artix...
  5. st_ty_

    Release [Fork] Asuswrt-Merlin 374 LTS release 52E3

    @john9527 Yes, indeed. This file is missing. And that's why my building process stops at pptpd. It complains about "missing Makefile in plugins subfolder". Maybe it is an Artix/Arch Linux related issue, but not one of Debian based systems. I've also got Debian 11 on wsl2/windows, so I can...
  6. st_ty_

    Release [Fork] Asuswrt-Merlin 374 LTS release 52E3

    https://github.com/st-ty1/Artix_Asuswrt-Merlin_John_fork BR st_ty_
  7. st_ty_

    Compile Apache Traffic Server to AC68u

    I have to revise the statement in my first post: Building ATS should work, if c++ cross-compiler of your toolchain supports C++17. (But I don't know neither if it really supports C++17 nor if compiled ATS will run without error afterwards on AC-RT68U.) Try to include "--enable-32bit-build" to...
  8. st_ty_

    Compile Apache Traffic Server to AC68u

    Are you sure, that you have chosen the right toolchain? Please choose a toolchain intended to compile firmware for AC68U! Your toolchain uses newlib, AC68U needs a toolchain based on uclibc. BR st_ty_
  9. st_ty_

    Compile Apache Traffic Server to AC68u

    This cross-compiler is still 32-bit format! If you are building in a 64bit environment, some.additional libs for handling 32-bit execs in 64bit environment are needed. (https://github.com/RMerl/asuswrt-merlin.ng/wiki/Compile-Firmware-from-source-using-Ubuntu) BR st_ty_
Top