Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Review Request: KTechlab - Development and simulation of microcontrollers and electronic circuits
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=206693
------- Additional Comments From mtasaka@ioa.s.u-tokyo.ac.jp 2006-10-13 10:15 EST ------- Well, unfortunately, it seems for this case the relevant header files are:
#include <fcntl.h> #include <sys/ioctl.h> #include <sys/io.h>
All these header files are missing in kernel-headers.ppc . I don't look into this yet precisely. Chitlesh, would you try if compilation works if you remove all these includes when ppc?
(In reply to comment #32)
Unfortunately, I don't remember how to do to apply patch only on ppc arch.
Perhaps there is a method like:
%ifarch ppc %patch1 -p1 -b .header %endif