[05:59] [890160.173487] VFS: Busy inodes after unmount of mtd_inodefs. Self-destruct in 5 seconds. Have a nice day... [05:59] a little bit of spaceballs eh? [05:59] in my kernel you say? === gry is now known as gry2 === gry2 is now known as gry [14:33] I'm experiencing with precise debootstrap on precise. However it fails very often with "Couldn't download package..." and it happens for different packages for each invocation of debootstrap. Other with similar experience? [14:33] *experimenting === NekoXP is now known as Neko === robclark_ is now known as roblark === roblark is now known as robclark [16:54] Where can I find the default compiler settings for armel and armhf? [17:08] sveinse, gcc -dumpmachine [17:10] NekoXP: Oh? It returns arm-linux-gnueabi only. [17:11] good :) [17:11] sveinse, gcc -dumpspecs [17:11] that's every default [17:13] NekoXP: How do I read it? [17:16] I find the specs hard to read. Then perhaps touch foobar.c ; gcc -c -v foorbar.c is easier to understand... [18:00] Let me ask it another way: We cross compile against natty with options "-march=armv7-a -mtune=cortex-a8 -ftree-vectorize -mfloat-abi=softfp -ffast-math -mfpu=neon -fno-omit-frame-pointer" [18:01] 1) Should this line be changed when using precise? [18:01] 2) What should the options look like when cross compiling for armhf [18:56] sveinse: when cros compiling for armhf you need to use -mfloat-abi=hard and make sure you link against a hard compiled userspace like libgcc [18:58] oO( "hard compiled userspace" sounds sweet ) [19:01] xranby_ac100: Does the gcc-arm-linux-gnueabi packages include hf libgcc etc? [19:02] sveinse: gcc-arm-linux-gnueabihf for armhf [19:03] xranby_ac100: How could I miss that.. Thanks [19:04] sveinse: if you use the ubuntu cross compile toolchains then you do not need to pass any extra tune options, they are set by default like thumb and armv7 optimizations [19:05] sveinse: to clarify if you run gcc -E -v [19:05] then gcc will print all default compiled in options [19:06] One option ubuntu gcc does not specify is the -mtune= (iirc). Does it have much effect specifying it compared to not? [19:06] well they usually pass --with-arch=armv7-a [19:07] I've always wondered if it really meant something to have the tune as well as arch. [19:07] i cant say off hand without benchmarking if you gain anything by explicitly tune for cortex-a8 [19:07] Anyways, do you happen to know if ld in 4.6 is compiled with sysroot support this time? [19:08] (If you don't, I'll figure it out) [19:08] if your code are to be run on neon systems then that do make a little difference [19:08] since ubuntu do not enable neon by default to stay compatible with tegra2 cortex-a9 cpus [19:45] hi [19:46] I have a problem booting Ubuntu 11.04 on the Pandaboard [19:46] it freezes at "Enabling oem-config" [20:05] 11.10 works === Termana is now known as Guest26482 === robclark_ is now known as robclark [20:32] but I actually need 11.04 [20:32] sooo [20:32] is this a known bug? [20:36] Cyberworm: i think its a known bug. you can remove the /var/lib/oem-config/run file to let the board boot up [20:36] using 11.04 [20:36] isn't that neccessary for something? [20:36] the oem-config are the setup wizard [20:37] ah [20:37] thank you [20:38] youre welcome [20:56] huh [20:56] now it doesn't freeze [20:56] I guess it depends on how you format the sd card [20:56] on the first try I used to gparted to delete the partitions and then I used the command to transfer the image to the card [20:57] now I didn't format at all and just transfered the image [21:00] Cyberworm: so.. everything are working now? great, [21:01] well let's see if the setup works [21:02] what feature do 11.04 offer that is not found in 11.10 and later? [21:02] i am curious why you need to use 11.04 [21:08] xranby_ac100: there are problems with the player/server robot device server on 11.10 [21:09] Cyberworm: have you checked if this are fixed in 12.04 that gets released next week? (you can get install images today to test) [21:09] I don't know [21:09] but we need it for a project so it's better for us to use something where we know it will work [21:10] thats fine, in which language are the robot programmed in? [21:11] dunno, we just need player/server for simulation [21:14] Cyberworm: ok, good luck with the project.. if you get time left over after its finished.. please come back and i we can check out what the player/server depend on [21:14] I'll consider it, thanks [21:30] What is the state of armhf compared to armel (and precise)? I.e. can I consider migrating my embedded system from natty armel to precise armhf? === Guest26482 is now known as Termana [22:16] A/wg 8 [22:19] sveinse: as it was explained to me, Ubuntu will officially only support armhf from 12.04. All packages in apt repositories should already exist compiled for armhf. [22:20] sveinse: the difference is about the same as the difference between i386 and amd64 in terms of "will my program run or not" [22:20] sveinse: it might run using multiarch [22:20] sveinse: someone else can probably explain it better and more correct [22:24] jeinor: Perhaps my question was a bit, uhm, blunt. We're have been running natty armel on an embedded product for 1.5 years now and its working great. For the next version we're definitely going to upgrade to precise. The question was if we should consider hf (as this would give our apps a huge set of improvements) [22:25] Support is not the biggest issue [22:25] sveinse: I see. Well, in that case I think there are people better suited to answer your question than me. [22:25] :) [22:26] thanks, anyways [22:30] i think, the question is already answered [22:32] armhf is the supported port for precise. so if your hardware is compatible and your software compiles and is able to pass your testframework (*laughs a little*), go ahead and use precise/armhf [22:33] test framework, what is that? :P [22:33] that's why i laughed =P [22:34] updating packages takes really long... [22:37] So if I should make up my own conclusion it would be: armel and armhf will be supported the same way. There is a larger set of FTBFS in armhf. -- yeah, I think we can do a testrun at least [22:38] dist-upgrading armel to armhf on a running system is NOT going to be easy, right [22:38] easy? i think, thats impossible [22:39] Not completely I think [22:40] nothing ist completely impossible [22:42] What makes it hard is because of glibc and libgcc? [22:42] E.g. you can't have both armel and armhf on the same system, right? [22:43] because armel and armhf is not abi-compatible, so it can break _everywhere_ [22:43] not worth the time to try it [22:43] with multi-arch, you can [22:43] abi incompatible across kernel - userspace as well? [22:44] the kernel does not care, if it is compiled for armel or armhf [22:45] and it does not care, what the userspace uses (to be clear) [22:46] Yes, so the armel libs and the armhf libs could co-exists [22:47] except they clash on file-basis, right [22:47] with multi-arch, not with editing the sources.list form armel and armhf and do a dist-upgrade [22:48] What is multiarch specifically btw [22:48] the new hot stuff [22:48] :D [22:48] sorry, i'm not sophisticated enough with the basis of multiarch [23:22] it takes reaaaally long for updates [23:22] is that a normal thing? [23:34] sorry, Cyberworm. what are you doing? [23:35] updating [23:36] from what to what? [23:36] just the ubuntu 11.04 packages [23:38] so a "apt-get update" [23:39] yes [23:49] i would say, that it is not the normal behaviour (except your hardware (cpu, persistent memory), internet connection, or anything else is very slow) [23:53] it's on the pandaboard