Welcome to the party, friends are never late
Quote:
Originally Posted by heyneman
I'm sure that a good tutorial exists somewhere, but I haven't found it yet (it may have been on the iREX forums...) If anyone can point me to a good tutorial, I'd appreciate it.
|
The only official documentation is here, but I guess you found that already:
http://developer.irexnet.com/iOn/SDK...nvironment.pdf
Quote:
I am using a 64-bit ubuntu, but I installed the 32-bit libs. I originally had issues as a result of running 64-bit, but the 32-bit libs fixed those.
|
We use the 64-bit too, it should work fine.
Quote:
So far I can get everything to compile, with the caveat that I can't use Build->Configure Project... from within Anjuta; it says "/media/Data/DR800/projects/hello-world/(anjuta:19665): libanjuta-WARNING **: Cannot execute command: "/media/Data/DR800/projects/hello-world/./configure --host=arm-poky-linux-gnueabi""
However, I can execute it myself from the terminal.
|
You hit an Anjuta Poky plugin bug. Patch is here
http://git.pokylinux.org/cgit.cgi/an...af7b1ae40fc331
Quote:
If I configure manually from the terminal and then compile everything is fine. I can start QEMU, but when I try to deploy to root@192.168.7.2 the connection is denied.
|
Be aware that you cannot deploy before QEMU is fully up and running. Can you ssh to root@192.168.7.2 manually?
Quote:
I can't find any info (yet) on why that's where I'm supposed to be copying the compiled project, or how to change it (if that's what I'll need to do).
|
The provided QEMU has 'hello-world' in /usr/bin/. By default, Anjuta installs to /usr/local/bin. To override it, add "--prefix=/usr" to the Configure Options.
Regards,
Gertjan