compiling CLI version on ARM platforms fails:
/tmp/ccR7C9OY.s: Assembler messages:
/tmp/ccR7C9OY.s:1126: Error: unknown mnemonic movl' -- movl (x0),x2'
/tmp/ccR7C9OY.s:1127: Error: unknown mnemonic subl' -- subl $4,x1'
...
this is because the the function ip_fast_csum() has some assembler code.
This function is only used in IDS testing mode, so temporarily, just delete everything inside this function and it will probably compile.
compiling CLI version on ARM platforms fails:
/tmp/ccR7C9OY.s: Assembler messages:
/tmp/ccR7C9OY.s:1126: Error: unknown mnemonic
movl' --movl (x0),x2'/tmp/ccR7C9OY.s:1127: Error: unknown mnemonic
subl' --subl $4,x1'...
this is because the the function ip_fast_csum() has some assembler code.
This function is only used in IDS testing mode, so temporarily, just delete everything inside this function and it will probably compile.