[19:26] asac, did you fix the patch? [19:31] asac, ..apparently not :( [20:39] - ['target_arch=="arm" and _toolset=="host"', { [20:39] + ['target_arch=="arm" and host_arch=="x64" and _toolset=="host"', { [20:39] 'cflags': ['-m32'], [20:40] asac, ^^ [20:41] asac, i can't test so let me know if it's good enough for you or if you still need to drop -m32 unconditionally [21:56] I'm trying to port a patch to mplayer on ubuntu/beagleboard, which includes this piece of assembly: http://git.alwaysinnovating.com/cgit.cgi/ai.openembedded.dev/tree/recipes/mplayer/files/yuv.S [21:56] the instruction dmb is not recognized when I compile while it's working on my OE build (armv7a) [21:57] can I replace the assembly dmb instruction by something else? Or what else needs to be changed to make it work? [22:20] hello [22:23] some help to get my touchscreen working with karmic ? [22:26] hardware : ADS7846 Touchscreen .. work fine under Angstrom , but not under karmic ( same kernel/modules/firmware ) [22:39] ok .. I think I found the problem .. [22:40] on Angstrom , HAL says : input.x11_driver = 'tslib' (string) [22:40] and Xorg : (II) config/hal: Adding input device ADS7846 Touchscreen (II) LoadModule: "tslib" [22:41] but with karmic , HAL says : input.x11_driver = 'synaptics' (string) [22:41] and Xorg : (II) Synaptics touchpad driver version 1.1.2 (**) Option "Device" "/dev/input/event1" (--) ADS7846 Touchscreen: no supported touchpad found [22:41] now how can I change this ..? [22:47] no one ? :(