PATCH [ 1/1 ]: LCD bug in skyeye-1.2.5 is fixed.

已查看 2 次
跳至第一个未读帖子

Michael.Kang

未读,
2008年8月5日 02:02:042008/8/5
收件人 skyeye-simulator、Anthony Lee
I add a line based on anthony.lee lcd patch in
http://groups.google.com/group/skyeye-simulator/browse_thread/thread/eaf674abdff71cbd?hl=zh-CN#
In device/Makefile.am :
+ DEFS = -DMODET -g -O2 -D_FILE_OFFSET_BITS=64 -DSTANDALONE
-DDEFAULT_INLINE=0

The root cause is we include some header files related to arm
architecture in lcd implementation, but i have not add the
corresponding compilation flags for arm when compile lcd source code.
That will cause different definition of ARMul_State struct. That is a
defect in our source. We aill remove all arch dependent code from
device simulation.

I had tested my patch on head of trunk of svn repository. After apply
the patch in attachment, you need to run "make
distclean;automake;./configure;make" to re-generate all the
Makefile.in and Makefile.

After more testing against the patch , I will commit it into trunk .

Thanks
MK

--
www.skyeye.org

lcd_fix_anthony_mk.diff

Anthony Lee

未读,
2008年8月5日 10:13:472008/8/5
收件人 Michael. Kang、skyeye-simulator
Wow, great, thanks.

A.L.
回复全部
回复作者
转发
0 个新帖子