*** Madsy has joined #maemo-devel | 00:02 | |
*** Joonas has quit IRC | 00:11 | |
*** lukkash has quit IRC | 00:12 | |
*** Aranel has joined #maemo-devel | 00:13 | |
*** Aranel has quit IRC | 00:13 | |
*** Aranel has joined #maemo-devel | 00:13 | |
joorin | so close, so tired. now i just got to get the proper libraries exposed to the compiler and i might be there. | 00:33 |
---|---|---|
joorin | (and find out why the changes to GTK+ wont show up in compilation. | 00:33 |
joorin | ) | 00:33 |
*** SpeedEvil has quit IRC | 00:34 | |
Madsy | I'm using objdump to deassemble a binary stub, and both `objdump`, `arm-linux-gnueabi-objdump` and `arm-linux-objdump` segfaults and dumps core. Anyone else seeing this? | 00:40 |
Madsy | objcopy -O binary --only-section .text a-binary foo.bin | 00:40 |
Madsy | arm-linux-gnueabi-objdump -D -m armv4t -b binary foo.bin | 00:40 |
Madsy | It only happens with the binary BFD. | 00:41 |
*** SpeedEvil has joined #maemo-devel | 00:47 | |
*** Aranel_ has joined #maemo-devel | 01:10 | |
*** Aranel has quit IRC | 01:11 | |
*** Ken-Young has joined #maemo-devel | 01:18 | |
*** Mek has quit IRC | 01:47 | |
*** JLP has quit IRC | 01:50 | |
*** rsalveti has quit IRC | 01:50 | |
*** JLP has joined #maemo-devel | 01:50 | |
*** Mek has joined #maemo-devel | 01:54 | |
*** rsalveti has joined #maemo-devel | 02:25 | |
*** edisson has quit IRC | 02:37 | |
*** njsf_ has joined #maemo-devel | 02:37 | |
*** povbot has joined #maemo-devel | 02:44 | |
*** Aranel_ has quit IRC | 02:52 | |
*** Aranel has joined #maemo-devel | 02:52 | |
*** Aranel has quit IRC | 02:52 | |
*** Aranel has joined #maemo-devel | 02:52 | |
*** SpeedEvil has quit IRC | 03:05 | |
*** psybermonkey has joined #maemo-devel | 03:17 | |
*** SpeedEvil has joined #maemo-devel | 03:18 | |
*** Aranel_ has joined #maemo-devel | 03:33 | |
*** Aranel has quit IRC | 03:33 | |
*** tbf has quit IRC | 03:43 | |
*** SpeedEvil1 has joined #maemo-devel | 03:46 | |
*** SpeedEvil has quit IRC | 03:48 | |
*** dragon900 has quit IRC | 03:55 | |
*** njsf_ has quit IRC | 03:58 | |
*** dragon900 has joined #maemo-devel | 03:58 | |
*** t7g__ has joined #maemo-devel | 04:17 | |
*** t7g_ has quit IRC | 04:20 | |
*** dragon900 has quit IRC | 04:36 | |
*** eggonlea has joined #maemo-devel | 04:39 | |
*** dragon900 has joined #maemo-devel | 04:43 | |
*** psybermonkey has quit IRC | 04:52 | |
*** psybermonkey has joined #maemo-devel | 05:33 | |
*** SpeedEvil1 has quit IRC | 05:34 | |
*** njsf_ has joined #maemo-devel | 05:39 | |
*** swc|666 has quit IRC | 05:47 | |
*** SpeedEvil has joined #maemo-devel | 05:48 | |
*** psybermonkey has quit IRC | 06:56 | |
*** psybermonkey has joined #maemo-devel | 06:56 | |
*** psybermonkey has quit IRC | 07:01 | |
*** DocScrutinizer has quit IRC | 07:34 | |
*** DocScrutinizer has joined #maemo-devel | 07:37 | |
*** Ken-Young has quit IRC | 08:13 | |
*** tealbird1 has left #maemo-devel | 08:33 | |
*** JLP has quit IRC | 08:58 | |
*** ppenz has joined #maemo-devel | 09:01 | |
*** njsf_ has quit IRC | 09:03 | |
*** bricks has joined #maemo-devel | 09:05 | |
_Lucretia_ | joorin: the files that are downloaded are listed in the shell script | 09:21 |
_Lucretia_ | everything else comes from apt | 09:21 |
joorin | lucretia, and i was interested in exactly what files were installed by apt in the later stage of installation. | 09:22 |
joorin | lucretia, since the repository is "closed" making it impossible to browse it. | 09:22 |
_Lucretia_ | http://pastebin.com/5xrq02L8 <- these were the ones downloaded by the script, I didn't make a log of what was downloaded by apt | 09:23 |
joorin | lucretia, but i got my apt-get to work and now im almost able to generate binaries with linking left until i get armeel libraries exposed from the device. | 09:23 |
joorin | lucretia, thank you. | 09:25 |
_Lucretia_ | have you tried this: http://en.opensuse.org/Maemo5 | 09:25 |
_Lucretia_ | np | 09:25 |
joorin | lucretia, i cherry picked the toolchain one i needed and got the SDK via apt-get together with all the dependencies. >1GByte of data to compile... ;) | 09:26 |
joorin | lucretia, thank you for the link but that pulls in scratchbox with all its components and thats just what i want to avoid. | 09:28 |
_Lucretia_ | fairy nuff, but what you could do is install via scratchbox, then copy the debs out | 09:29 |
joorin | lucretia, ive built my ... frankensteinish version with the bootstrap and some cherry picking. | 09:30 |
joorin | lucretia, yes, installing scratchbox and gutting it would work too but the scratchbox install requiers no SELinux, fiddles with users and groups and im not up for that. | 09:30 |
_Lucretia_ | ok | 09:31 |
joorin | lucretia, now im almost at the goal, i miss the armel libraries t be able to link my binary. the commandline looks ... funny: | 09:32 |
joorin | ../scratchbox/compilers/cs2007q3-glibc2.5-arm7/bin/arm-none-linux-gnueabi-gcc -I/usr/include/hildon-1 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -L/usr/lib -lhildon-1 -o foo foo.c | 09:32 |
joorin | and i still have to find out why the Maemo extensions to the GTK framework arent activated. | 09:33 |
_Lucretia_ | looks alright | 09:33 |
_Lucretia_ | no idea | 09:33 |
_Lucretia_ | beyond me | 09:33 |
joorin | it controlled with #ifdef MAEMO_CHANGES so its simple to add #define MAEMO_CHANGES but i cant help but wonder what else will not work... | 09:34 |
joorin | to me, having to add -L/usr/lib just look odd. ;) | 09:35 |
joorin | but im guessing its because the rootstrap needs some more work. | 09:35 |
* _Lucretia_ is off to bed, laters | 09:36 | |
* joorin is off to work. | 09:36 | |
* _Lucretia_ just did 9 hours | 09:36 | |
*** Joonas has joined #maemo-devel | 09:37 | |
*** psybermonkey has joined #maemo-devel | 09:43 | |
*** Joonas has quit IRC | 09:48 | |
*** Joonas has joined #maemo-devel | 09:53 | |
*** tbf has joined #maemo-devel | 10:15 | |
*** eggonlea has quit IRC | 10:15 | |
*** eggonlea has joined #maemo-devel | 10:21 | |
*** Joonas has quit IRC | 10:21 | |
*** Joonas has joined #maemo-devel | 10:25 | |
*** rsalveti_ has joined #maemo-devel | 10:30 | |
*** Joonas has quit IRC | 10:30 | |
*** rsalveti has quit IRC | 10:30 | |
*** Joonas has joined #maemo-devel | 10:33 | |
*** amigadave has joined #maemo-devel | 10:42 | |
*** psybermonkey has quit IRC | 10:45 | |
*** tealbird1 has joined #maemo-devel | 10:54 | |
*** sopsnips has joined #maemo-devel | 10:57 | |
*** Joonas has quit IRC | 10:58 | |
*** psybermonkey has joined #maemo-devel | 11:00 | |
*** Joonas has joined #maemo-devel | 11:03 | |
*** SpeedEvil1 has joined #maemo-devel | 11:21 | |
*** SpeedEvil has quit IRC | 11:21 | |
*** SpeedEvil1 is now known as SpeedEvil | 11:22 | |
*** SpeedEvil has quit IRC | 11:23 | |
*** SpeedEvil has joined #maemo-devel | 11:23 | |
*** psybermonkey has quit IRC | 11:24 | |
*** Joonas has quit IRC | 11:41 | |
*** Joonas has joined #maemo-devel | 11:45 | |
*** psybermonkey has joined #maemo-devel | 12:12 | |
*** amigadave has quit IRC | 12:23 | |
*** amigadave has joined #maemo-devel | 12:26 | |
*** dazo_afk is now known as dazo | 12:28 | |
*** Joonas has quit IRC | 12:52 | |
*** Joonas has joined #maemo-devel | 12:56 | |
*** eggonlea has quit IRC | 12:58 | |
*** eggonlea has joined #maemo-devel | 13:02 | |
*** lizardo has joined #maemo-devel | 13:45 | |
*** Joonas has quit IRC | 14:00 | |
*** Joonas has joined #maemo-devel | 14:05 | |
*** rsalveti_ has quit IRC | 14:09 | |
*** Joonas has quit IRC | 14:11 | |
*** Joonas has joined #maemo-devel | 14:15 | |
*** Joonas has quit IRC | 14:36 | |
*** Joonas has joined #maemo-devel | 14:39 | |
*** Joonas has quit IRC | 14:45 | |
*** Joonas has joined #maemo-devel | 14:50 | |
*** tbf has quit IRC | 14:57 | |
*** ppenz has quit IRC | 14:57 | |
*** w00t_ has quit IRC | 14:57 | |
*** Rabidus has quit IRC | 14:57 | |
*** tbf has joined #maemo-devel | 15:03 | |
*** ppenz has joined #maemo-devel | 15:03 | |
*** w00t_ has joined #maemo-devel | 15:03 | |
*** Rabidus has joined #maemo-devel | 15:03 | |
*** dymaxion_ has joined #maemo-devel | 15:07 | |
*** Rabidus has quit IRC | 15:11 | |
*** Rabidus has joined #maemo-devel | 15:12 | |
*** Joonas has quit IRC | 15:18 | |
*** rsalveti has joined #maemo-devel | 15:19 | |
*** Joonas has joined #maemo-devel | 15:22 | |
*** rsalveti has quit IRC | 15:43 | |
*** tealbird1 has quit IRC | 15:45 | |
*** rsalveti has joined #maemo-devel | 15:50 | |
*** achipa has joined #maemo-devel | 15:53 | |
*** tealbird1 has joined #maemo-devel | 15:58 | |
*** sopsnips has left #maemo-devel | 16:18 | |
*** psybermonkey has quit IRC | 16:32 | |
*** _Lucretia__ has joined #maemo-devel | 17:09 | |
*** _Lucretia_ has quit IRC | 17:10 | |
*** Joonas has quit IRC | 17:26 | |
*** Joonas has joined #maemo-devel | 17:30 | |
*** ppenz has quit IRC | 17:47 | |
*** silbo_ has joined #maemo-devel | 18:11 | |
*** edisson has joined #maemo-devel | 18:20 | |
*** _Lucretia__ is now known as Lucretia | 18:24 | |
*** Lucretia is now known as _Lucretia_ | 18:24 | |
*** _Lucretia_ has quit IRC | 18:24 | |
*** _Lucretia_ has joined #maemo-devel | 18:24 | |
*** swc|666 has joined #maemo-devel | 18:48 | |
*** silbo_ has quit IRC | 18:56 | |
*** amigadave has quit IRC | 19:11 | |
*** achipa has quit IRC | 19:11 | |
*** amigadave has joined #maemo-devel | 19:11 | |
*** bricks has left #maemo-devel | 19:14 | |
*** amigadave has quit IRC | 19:18 | |
*** silbo has joined #maemo-devel | 19:32 | |
*** lcuk has quit IRC | 19:36 | |
*** silbo has quit IRC | 19:37 | |
*** swc|666 has quit IRC | 19:41 | |
*** swc|666 has joined #maemo-devel | 19:48 | |
*** silbo_ has joined #maemo-devel | 19:49 | |
*** sopsnips has joined #maemo-devel | 19:50 | |
*** lcuk has joined #maemo-devel | 19:53 | |
*** sopsnips has quit IRC | 20:08 | |
*** silbo_ has quit IRC | 20:11 | |
*** sopsnips has joined #maemo-devel | 20:13 | |
*** amigadave has joined #maemo-devel | 20:17 | |
*** Joonas has quit IRC | 20:57 | |
*** Joonas has joined #maemo-devel | 21:01 | |
*** amigadave has quit IRC | 21:05 | |
*** sopsnips has left #maemo-devel | 21:10 | |
*** mayfairman has joined #maemo-devel | 21:14 | |
mayfairman | Hi all, is anyone able to help me out with a problem I have with irreco for N900? | 21:14 |
*** dazo is now known as dazo_afk | 21:19 | |
*** mayfairman has left #maemo-devel | 22:02 | |
joorin | what might the name of the .so be thats got the implementation of XLib on the Maemo platform? | 22:25 |
joorin | my frankensteinish development environment is slowly getting there but i have some trouble finding some .so files to attach to the monster. | 22:26 |
joorin | but i did get to learn what -l: means to the linker. ;) | 22:27 |
joorin | using nm to inspect the .so files is always a possibility. | 22:28 |
joorin | but a tedious one. | 22:29 |
joorin | or objdump, meh. | 22:30 |
joorin | or not. | 22:33 |
joorin | oh well, total brainfart, got stuck on libx and not libX. | 22:36 |
*** JLP has joined #maemo-devel | 22:38 | |
*** JLP has quit IRC | 22:38 | |
*** JLP has joined #maemo-devel | 22:38 | |
joorin | interesting times. compiled my binary using my frankenstein and used scp to move it to the N900. installed file to see what i had created and its identified as the same kind of binary as the rest with one difference: the part about it being "for GNU/Linux 2.6.14" is missing and im guessing that confuses the hell out of all tools. | 23:12 |
joorin | if i try to run it (./foo) i just get "-sh: ./foo: not found". | 23:13 |
joorin | interesting indeed. | 23:13 |
*** lukkash has joined #maemo-devel | 23:16 | |
Madsy | joorin: Not sure why, but there are tools with different prefixes in the ARMEL toolchain. | 23:22 |
lcuk | different chips etc | 23:22 |
lcuk | joorin, compile the same thing in proper scratchbox | 23:22 |
joorin | im using the cs2007q3-glibc2.5-arm7/bin/arm-none-linux-gnueabi variant which looks like the proper one. | 23:23 |
joorin | a little google suggest im missing some crt and libc parts. | 23:26 |
joorin | which are located together with the toolchain. but why wont the compiler add these by default? ill have to dig some more. learning lots. | 23:29 |
Madsy | Could someone check something for me? To reproduce a bug. | 23:39 |
Madsy | objdump crashes here if I try to disassembly a binary stub with the binary BFD and an architecture hint. | 23:39 |
*** lukkash has quit IRC | 23:40 | |
*** lizardo has quit IRC | 23:51 | |
*** johnr has joined #maemo-devel | 23:56 | |
johnr | Is it normal that promotion from Extras-devel to Extras-testing takes so long? Or did I do something wrong? Please see http://maemo.org/packages/view/evopedia/ | 23:57 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!