![]() |
Re: Technology Preview: MADDE
Quote:
Daniel |
Re: Technology Preview: MADDE
Quote:
Daniel |
Re: Technology Preview: MADDE
Quote:
Thanks to Sampo, you will find the example now here! Daniel |
Re: Technology Preview: MADDE
Quote:
This is nice. The next step would be getting MADDE to run the application on the device. Qt Creator is capable of it for Qt applications, but is there a way to do it manually? (Without packaging and having to manually install the .deb on the N900, of course.) If this is possible, I'd like to get Visual Studio to work with MADDE's compiler and run the application on the device. If the above is possible, this will be an easy part. A working debugger would also be great, but I think I'll manage without it. (Even Qt Creator cant't debug the remote application.) |
Re: Technology Preview: MADDE
Quote:
|
Re: Technology Preview: MADDE
Quote:
http://wiki.maemo.org/MADDE/Device_runtime |
Re: Technology Preview: MADDE
Quote:
compile like this. Code:
mad gcc -o foo foo.cCode:
mad -t <target_name> gcc -o foo foo.cCode:
mad -t <target_name> makeall paths that starts with / are redirected into the used sysroot. Target defines the sysroot. For example following Code:
mad -I /usr/include/mydir/ gcc -o foo foo.cCode:
mad -I <sysroot>/usr/include/mydir/ gcc -o foo foo.cAnd finally gtk example. Code:
mad gcc -o foo foo.c `mad pkg-config --cflags --libs gtk+-2.0'Code:
sec-094:~ savanain$ mad gcc -v -I /usr/include/kala -I lohi -o foo foo.carg 5 is modified. ( / is replaced by =) |
Re: Technology Preview: MADDE
Quote:
It is nice to see that it is possible to use MADDE without it. |
Re: Technology Preview: MADDE
Quote:
|
Re: Technology Preview: MADDE
Quote:
After Sampppa's post, I got it. :P |
| All times are GMT. The time now is 18:15. |
vBulletin® Version 3.8.8