On 8 February 2018 at 06:29, Vineeth Chowdary Karumanchi <
[email protected]> wrote:
> 64 bit entry point should be passed in 2 literals ( "0x1 0x00008000"
> ).ENTRYPOINT is assigned with first half only and erroring out as
> 'command not found' for the second half. Adding quotes while assignment
> fixes the
> issue.
>
Does this mean that this expression below is broken too?
> if [ -n "${UBOOT_ENTRYSYMBOL}" ]; then
> ENTRYPOINT=`${HOST_PREFIX}nm vmlinux | \
> awk '$3=="${UBOOT_ENTRYSYMBOL}" {print
> "0x"$1;exit}'`
>
Ross
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core