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

2 views
Skip to first unread message

Michael.Kang

unread,
Aug 5, 2008, 2:02:04 AM8/5/08
to 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

unread,
Aug 5, 2008, 10:13:47 AM8/5/08
to Michael. Kang, skyeye-simulator
Wow, great, thanks.

A.L.
Reply all
Reply to author
Forward
0 new messages