discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error cross-compiling GNU Radio 3.8 for E310


From: Ron Economos
Subject: Re: Error cross-compiling GNU Radio 3.8 for E310
Date: Mon, 10 Feb 2020 02:25:30 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

For the "selected processor does not support `pld [aVector,#128]' in ARM mode" error, you can try adding these flags to the cmake command line.

-DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9" -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9" -DCMAKE_ASM_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 -g"

Ron

On 2/10/20 00:56, address@hidden wrote:
Dear all,
I'm compiling GNU Radio 3.8 for E310 using the newer file system and SDK.
Cmake runs smoothly, but when I compile I can see mainly two errors:
- stdlib.h not found: this is impossible, because I can find it in the sysroot of the SDK. - "selected processor does not support `pld [aVector,#128]' in ARM mode" and something similar.
The output of cmake and make can be found here:
https://pastebin.com/feyfpgUV
Do you know how I can fix these errors?
Thanks so much.
Ivan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]