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: krono86
Subject: Re: Error cross-compiling GNU Radio 3.8 for E310
Date: Tue, 11 Feb 2020 18:47:23 +0100

As I stated I correctly compiled GNU Radio 3.8.
Now I'm trying to compile one of mine C++ OOT module, and I'm obtaining a curious error.
https://pastebin.com/ZyfJcHCa
From warnings it seems that several header files are got from /usr/include, not from sdk sysroot.
Where is the problem?
Thank you.
Ivan

Il 10.02.2020 17:36 Cinaed Simson ha scritto:

On 2/10/20 3:11 AM, address@hiddenwrote:
Hi Ron! your flags solved the specific error. The error on stdlib.h still occurs. Ivan
Hi Ivan - I've seen that error before. Try changing the include file name to

  #includesince it's bombing in C++ code.

-- Cinaed



the #include_next doesn't care if it's if it's an absolute path.
Il 10.02.2020 11:25 Ron Economos ha scritto:
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@hiddenaddress@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
Con Tiscali Mobile Smart 30 4G hai minuti illimitati, 100 SMS e 30 Giga in 4G a soli 8,99€ al mese. http://tisca.li/smart30



Con Tiscali Mobile Smart 30 4G hai minuti illimitati, 100 SMS e 30 Giga in 4G a soli 8,99€ al mese. http://tisca.li/smart30


reply via email to

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