Re: [etherlab-users] Cross Compile for ARM

2013-06-27 Thread Thomas Bitsky Jr
Thank you again. Thomas C. Bitsky Jr. | Lead Developer ADC | automateddesign.com P: 630-783-1150 F: 630-783-1159 M: 630-632-6679 From: Gavin Lambert [mailto:gav...@compacsort.com] Sent: Thursday, June 27, 2013 6:12 PM To: Thomas Bitsky Jr; etherlab-users@etherlab.org

Re: [etherlab-users] Cross Compile for ARM

2013-06-27 Thread Gavin Lambert
DESTDIR=/path/to/target/root/fs make install INSTALL_MOD_PATH=/path/to/target/root/fs make modules_install depmod -b /path/to/target/root/fs 3.2.46 From: Thomas Bitsky Jr [mailto:t...@automateddesign.com] Sent: Friday, 28 June 2013 11:04 To: Gavin Lambert; etherlab-users@etherlab.org Subject

Re: [etherlab-users] Cross Compile for ARM

2013-06-27 Thread Thomas Bitsky Jr
Ah, thanks. I've gotten as far as "make" and "make modules" successfully. How does one "depmod" into the target file system I've set up for the ARM board instead of into the development file system? Thanks! Thomas C. Bitsky Jr. | Lead Developer ADC | automateddesign.com

Re: [etherlab-users] Cross Compile for ARM

2013-06-27 Thread Gavin Lambert
IIRC, the --with-linux-dir option cannot cope with relative paths nor ~ prefixed paths. Specify the absolute path from / instead. From: etherlab-users-boun...@etherlab.org [mailto:etherlab-users-boun...@etherlab.org] On Behalf Of Thomas Bitsky Jr Sent: Thursday, 27 June 2013 13:41 To: etherlab