Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: 'build.sh release' broken for evbarm-eb and -el



On Sun, 25 Nov 2012 12:05:48 -0800 (PST)
Paul Goyette <paul%whooppee.com@localhost> wrote:

> The only remaining issue with the evbarm-eb/el ports is a few files that 
> need to be cleaned up in the sets lists:
> 
> =======  4 extra files in DESTDIR  =========
> Files in DESTDIR but missing from flist.
> File is obsolete or flist is out of date ?
> ------------------------------------------
> ./usr/mdec/bootimx23
> ./usr/sbin/elftosb
> ./usr/sbin/sbkeygen
> ./usr/sbin/sbtool
> =========  end of 4 extra files  ===========
> *** [checkflist] Error code 1
I am guilty. Again. Sorry. :-(
Seems like I triped into a big endian trap.

Before I do even more damage:
As this files are for the i.MX23 and according to the i.MX23 Reference
Manual section 3.1, Page 3-3: "The i.MX23 always operates in
litle-endian mode." These files should be build for litle endian evbarm
only. So I should depend building of this on
${MACHINE} == "evbarm" && ${MACHINE_ARCH} == "arm"
or by the help of bsd.endian.mk on
${MACHINE} == "evbarm" && ${TARGET_ENDIANNESS} == "1234"
???
-- 


\end{Jochen}

\ref{http://www.unixag-kl.fh-kl.de/~jkunz/}



Home | Main Index | Thread Index | Old Index