Find the answer to your Linux question:
Results 1 to 2 of 2
Well i was following the manual at: PSIM - Emulator of the PowerPC Architecture - Software development environments it about setting PSIM (PowerPc simulator) i could configure this command: $ ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    23

    Cross Compiling

    Well i was following the manual at:
    PSIM - Emulator of the PowerPC Architecture - Software development environments
    it about setting PSIM (PowerPc simulator)

    i could configure this command:

    $ ./configure --target=powerpc-unknown-eabi \--prefix=$PSIM

    but the following command had a problem: "make"

    "
    strerror.c:458: error: static declaration of ‘sys_nerr’ follows non-static declaration
    /usr/include/bits/sys_errlist.h:27: error: previous declaration of ‘sys_nerr’ was here
    strerror.c:459: error: conflicting types for ‘sys_errlist’
    /usr/include/bits/sys_errlist.h:28: error: previous declaration of ‘sys_errlist’ was here
    make[1]: *** [strerror.o] Error 1
    make[1]: Leaving directory `/home/elvis/Desktop/binutils-2.7/libiberty'
    make: *** [all-libiberty] Error 2
    "
    can u please help me to find out what's wrong? or guide me to a forum where they are people who are experienced in cross compiling

    Thanks Very Much

  2. #2
    Just Joined! alex1983-0112's Avatar
    Join Date
    Apr 2008
    Location
    Russia
    Posts
    16
    1) Try to update compiler.
    2) Try to update ./configure script.
    3) ... And try again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...