-
Notifications
You must be signed in to change notification settings - Fork 129
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
Error in 5.15.86 ct_event #209
Comments
It might be openwrt env issue. Do you have the same issue if compile on regular host for regular host? (e.g. debian normal setup) |
ipt-netflow versions 2.6 or 2.5.1 cannot be compiled against openwrt trunk when you change openwrt MakeFile and comment this: and uncomment this: PKG_VERSION:=$(shell (git ls-remote $(PKG_SOURCE_URL) | grep refs/heads/master | cut -f 1 | head -c 7)) then you will compile current master branch and not versions of ipt-netflow on openwrt and it will work fine. The proof: http://kalamlacki.eu/ipt-netflow/develop_2023_01_06/ |
I compiled exactly as you wrote, here is my makefile. Using current openwrt snapshot source. |
What kind of distro were you using for compilation, which openwrt SDK you were using? |
Latest Arch Linux. OpenWRT cloned from https://github.com/openwrt/openwrt.git. |
I was compiling this using this SDK: https://downloads.openwrt.org/snapshots/targets/mvebu/cortexa9/openwrt-sdk-mvebu-cortexa9_gcc-11.3.0_musl_eabi.Linux-x86_64.tar.xz |
i'm not sure what is this about. my procedure is
is something wrong with this? |
xz -d< openwrt-sdk-mvebu-cortexa9_gcc-11.3.0_musl_eabi.Linux-x86_64.tar.xz | tar -xv |
It will take a few minutes to compile |
what is wrong with my procedure? |
if you do not compile the whole Openwrt from sources SDK is sufficient. |
yes compiles with no issues. thanks :-) but i wonder why it's not compiling with the openwrt source. |
you know what worked? i simply deleted: and now it compiles without errors, can someone explain??!?!? |
anything i do on openwrt git snapshot i'm stuck at this "test": |
@kalamlacki root cause ist 6a55739 |
@DocMAX I saw that you did fork of ipt-netflow repository. Are you going to maintain it? |
the definition of |
The text was updated successfully, but these errors were encountered: