For the xor error,it seems the code has been optimized using lonngson specific instructs, a gcc 4.x is needed and -march,-mtune should be set to loongson.sorry I don't remember the exact flags. Ldc is for mips3 and aboves,your compiler is using mips1.use .set mips3 if it is assembly code, otherwise tweak the flags like the first one
在我的手机发送 Roman Mamedov <r...@romanrm.ru>编写: >Hello, > >I have found some patches made by Derrick Sobodash to the siliconmotion video >driver, which fix the RGB color order and make it properly report supported >imaging modes to Xv. I checked the current patched siliconmotion driver source >(from anheng.com.cn), and it does not seem to contain these changes. > >While I never noticed an RGB order problem, "xvinfo" with the current driver >indeed does not report any XV_IMAGE modes. I suspect solving this will lead to >huge performance improvement in some or all SDL-based apps. > >The patch (see attachment) is made against siliconmotion driver version 2.2.8, >however I have checked the related parts in the current version 1.7.3, and it >looks like the code there is the same, so it should apply, maybe with minor >modifications. > >Unfortunately I run into unrelated troubles trying to recompile this driver, >so while I try to solve those, thought that I'd drop this patch here, to learn >your opinions on it, or maybe someone can produce a patched binary package >quicker than me. As for my problems with compiling, they are are: >-- >/tmp/ccUDjnFx.s: Assembler messages: >/tmp/ccUDjnFx.s:4469: Error: illegal operands `xor $f0,$f0,$f0' >/tmp/ccUDjnFx.s:4470: Error: opcode not supported on this processor: mips1 >(mips1) `ldc1 $f4,($6)' >.... etc >-- >This is with code from >http://www.anheng.com.cn/loongson2f/wheezy/xserver-xorg-video-siliconmotion/ >Can anyone describe which steps are needed to make this driver compile properly >(on current Debian)? > >-- >With respect, >Roman -- You received this message because you are subscribed to the Google Groups "loongson-dev" group. To post to this group, send email to loongson-dev@googlegroups.com. To unsubscribe from this group, send email to loongson-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/loongson-dev?hl=en.