Go to previous topic
Go to next topic
Last Post 14 Jul 2007 01:07 AM by  sygi@canbus.pl
uClinux on M5329EVB
 0 Replies
Author Messages
sygi@canbus.pl
New Member
New Member
Posts:


--
14 Jul 2007 01:07 AM
    I have problem with the Microwindows package during uClinux compilation.
    I get this error:

    In file included from devopen.c:21:
    /home/sygi/uClinux-dist/user/microwin/src/include/swap.h:57:5: error: #error MW_CPU_BIG_ENDIAN and your OS disagree about your CPUs byte-order. Did you forget to set BIGENDIAN in the config file?

    I' ve tried to change BIGENDIAN variable in various config files but then I get something like this:

    {standard input}: Assembler messages:
    {standard input}:493: Error: invalid instruction for this architecture; needs 68000 or higher -- statement `ror.w #8,%d2' ignored
    {standard input}:493: Error: invalid instruction for this architecture; needs 68000 or higher -- statement `ror.w #8,%d2' ignored
    {standard input}:502: Error: invalid instruction for this architecture; needs 68000 or higher -- statement `ror.w #8,%d7' ignored
    .
    .
    .

    Without the Microwindows package the image is build properly.
    Does anyone can help me ??


    ---