Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-11 Thread krono86
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? Tha

Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread Cinaed Simson
On 2/10/20 3:11 AM, kron...@tiscali.it wrote: > 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 #include since it's bombing in C++ code. -- Cinaed the #include_next do

Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread krono86
I answer to myself. I solved error adding -DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON to the cmake line. Thanks at all. Ivan Il 10.02.2020 12:11 kron...@tiscali.it ha scritto: > Hi Ron! > your flags solved the specific error. > The error on stdlib.h still occurs. > Ivan > > Il 10.02.2020 11

Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread krono86
Hi Ron! your flags solved the specific error. The error on stdlib.h still occurs. Ivan 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. > > -DC

Re: Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread Ron Economos
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=n

Error cross-compiling GNU Radio 3.8 for E310

2020-02-10 Thread krono86
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 [aVe