Skip to content

compiling CLI version on ARM #18

@jemcek

Description

@jemcek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions