Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-21 Thread David
Now very embarrassed, Issue was the mount, I created a "hello world" executable, and couldn't run that either, massive clue! Mount options in fstab included "user" which mounts (rw,nosuid,nodev,noexec,noatime,data=ordered,user). Remove "user"... mount then shows: /dev/sda1 on /home/odroid type

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-20 Thread Cinaed Simson
On 09/19/2017 09:50 AM, David wrote: > Many Thanks Cinaed for going to this trouble :-). > > My USB drive partitions: > > Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors > Units: sectors of 1 * 512 = 512 bytes > Sector size (logical/physical): 512 bytes / 512 bytes > I/O size (min

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-19 Thread David
Many Thanks Cinaed for going to this trouble :-). My USB drive partitions: Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disklabel type:

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-18 Thread Cinaed Simson
It works for me - but my setup is slightly different. I have a odroid-xu4 using emmc for the internal drive and it's running Debian 8.8. Ubuntu is a fork of Debian so typically (system wise) what works on Debian should work on Ubuntu. I started building gnuradio on a 64 GByte USB2 thumb drive pl

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-18 Thread David
Hi Cinaed, OS is installed on SD card (no emmc). I built UHD, as odroid user, on the USB drive, cmake, make, sudo make install. Works fine. Then try to build GNURadio, as odroid user, on USB drive, cmake, make... then the permission denied. Tried building as root (after blowing away the build

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-18 Thread David
oops, USB mount should be # mount /dev/sda1 /mnt On 18/09/17 17:09, David wrote: Hi Cinaed, OS is installed on SD card (no emmc). I built UHD, as odroid user, on the USB drive, cmake, make, sudo make install. Works fine. Then try to build GNURadio, as odroid user, on USB drive, cmake, m

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-17 Thread Cinaed Simson
On 09/17/2017 06:29 AM, David wrote: > Hi Cinaed, > Sorry no, USB build was first, after clean install of OS, then UHD. Just to be clear, you re-installed the os on the odroid and not the usb drive? Have you built the UHD software on the usb drive? Blow away the build directory and try it again.

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-17 Thread David
Hi Cinaed, Sorry no, USB build was first, after clean install of OS, then UHD. Only "cmake .. " disabled component left was gr-comedi. I think this may be a file-system thing, maybe how it is mounted? Dave On 16/09/17 21:44, Cinaed Simson wrote: My guess is the sdcard version is installed and w

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-17 Thread David
Hi, Not using pyBombs, building directly from GIT source. Good spot on the timing, I didn't think anyone would notice ;-) Reason is I do "cmake -DENABLE_DOXYGEN=OFF ..", as I thought it was something to do with doc's. With doxygen... /bin/sh: 1: *./_pmt_swig_doc_tag: Permission denied* Witho

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-16 Thread Cinaed Simson
My guess is the sdcard version is installed and when your try to build the USB version, the paths are getting confused. I'd recommend doing a make uninstall for the sdcard version, build the USB version, remove the USB stick then re-install the sdcard version make install To uninstall gnu

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-16 Thread Cinaed Simson
On 09/16/2017 07:48 AM, David wrote: > Hello Kyeong, > > Thanks for the reply, It's ext4, the OS is Ubuntu, > > Doing lsattr, for example: > > root@odroid:/mnt# lsattr > -e-- ./uhd > -e-- ./lost+found > -e-- ./gnuradio > -e-- ./gnuradio.broken > >

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-16 Thread David
Hello Kyeong, Thanks for the reply, It's ext4, the OS is Ubuntu, Doing lsattr, for example: root@odroid:/mnt# lsattr -e-- ./uhd -e-- ./lost+found -e-- ./gnuradio -e-- ./gnuradio.broken Don't know if that is relevant, includes the permission denie

Re: [Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-16 Thread Kyeong Su Shin
Hello David: How is your USB drive formatted? Is it using ext3/4, or something equivalent (POSIX-style)? Regards, Kyeong Su Shin On Sat, Sep 16, 2017 at 4:50 AM, David wrote: > Hi All, > > Building GNURadio on a mounted USB drive (on an Odroid ARM device), fails > here: > > Scanning dependenci

[Discuss-gnuradio] GNURadio build swig code fail on USB

2017-09-16 Thread David
Hi All, Building GNURadio on a mounted USB drive (on an Odroid ARM device), fails here: Scanning dependencies of target _pmt_swig_doc_tag [ 9%] Building CXX object gnuradio-runtime/swig/CMakeFiles/_pmt_swig_doc_tag.dir/_pmt_swig_doc_tag.cpp.o [ 9%] Linking CXX executable _pmt_swig_doc_tag