Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Not able to compile using NDK #75

@babuya7

Description

@babuya7

Hi,
I tried to compile FFT Neon code in ubuntu 16.04.
I ran " ./configure --enable-neon --with-pic --enable-static --build=CONFBUILD=x86-unknown-linux --host=arm-eabi --prefix=/home/amar/FFT/ffts" .
For CXX and CC ,
I am using "gcc-linaro-5.5.0-2017.10-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc

I am able to configure , also in build folder, cmake .. commands works properly.
but when I using make command for making executable then following error occurs:
/home/amar/FFT/ffts/src/ffts_trig.c:937:36: error: request for member ‘d’ in something not a structure or union w[log_2][0] = hs[2 * log_2].d * (w[log_2 + 1][0] + w[offset][0]); ^ /home/amar/FFT/ffts/src/ffts_trig.c:938:36: error: request for member ‘d’ in something not a structure or union w[log_2][1] = hs[2 * log_2].d * (w[log_2 + 1][1] + w[offset][1]);
Please suggest me how to configure the setup for ARM devices and for how to perform cross compilation for ARM devices.

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