Matt,

Thanks again for your prompt response. 

The build process now failed at a different spot. After reading the
instructions posted by Phil Blundell (at
http://www.tazenda.demon.co.uk/phil/arm-tools.html) I tried  running 'make
LANGUAGES="c" ' in the 'gcc' subdirectory (~/egcs-1.1.1/gcc). This is was
the error returned:

_udivsi3
_divsi3
_umodsi3
_modsi3
_dvmd_lnx
libgcc1.S:430: asm/unistd.h: No such file or directory
make: *** [libgcee1-arm.a] Error 1
#

If I run 'make cross' from the 'egcs-1.1.1' directory I get the same error.

Do you know how I can fix it?

Thanks,

Jason

        ----------
        From:  Matthew Wilcox [SMTP:[EMAIL PROTECTED]]
        Sent:  Friday, January 22, 1999 1:42 PM
        To:  Chagas, Jason
        Cc:  'Matthew Wilcox'; 'Philip Blundell';
'[EMAIL PROTECTED]'
        Subject:  Re: Problems building an ARM development environment

        On Fri, Jan 22, 1999 at 10:27:49AM -0800, Chagas, Jason wrote:
        > Mathew,
        > 
        > I was able to run the patch (#patch -p1 <
egcs-1.1.1-arm-diff-990113) and
        > 'configure' (./configure --target=arm-linux -prefix=/usr)
successfully.
        > However, 'make' failed with the following error messages:
        > 
        > In file included from ./objc/hash.c:31:
        > objc/runtime.h:31: stdio.h: No such file or directory
        > objc/runtime.h:31: ctype.h: No such file or directory
        > In file included from objc/runtime.h:38,
        >                  from ./objc/hash.c:31:
        > include/objc/objc-api.h:33 stdio.h: No such file or directory
        > make[1]: Leaving directory '/home/chagas/egcs/egcs-1.1.1/gcc'
        > make: *** [all-gcc] Error 2
        > #
        > 
        > Has anyone experienced this problem and/or knows how to fix it?

        You're building the Objective C compiler; this will almost certainly
not
        work.  According to INSTALL/BUILD, you should be typing `make cross'
        which will build only the C and C++ compilers.

        -- 
        Matthew Wilcox <[EMAIL PROTECTED]>
        "I decry the current tendency to seek patents on algorithms.  There
are
        better ways to earn a living than to prevent other people from
making use of
        one's contributions to computer science."  -- Donald E. Knuth, TAoCP
vol 3
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to