This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Juno - Linux Kernel - vmlinux file

Hi everybody,

where can I get a vmlinux version of the Linux Kernel provided with the Linaro Releases for the Juno Board?

In the official releases I can only find a "Image" file. I need a vmlinux for my debugger. I tried to use the "workspace script 16.09" to create all files from source, but I always receive an error: "Failed to sync Repo tool".

Thank you in advance,

Leandro.

Parents
  • lrl wrote:

    gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I .   BasePeCoff.c -o BasePeCoff.o

    In file included from ../Include/Common/UefiBaseTypes.h:19:0,

                     from BasePeCoff.c:17:

    ../Include/Common/BaseTypes.h:23:27: fatal error: ProcessorBind.h: No such file or directory

    Looks like ARCH=Arm or ARCH=AArch64 is not properly set in the build.

Reply
  • lrl wrote:

    gcc  -c -MD -fshort-wchar -fno-strict-aliasing -Wall -Werror -Wno-deprecated-declarations -nostdlib -c -g  -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I .   BasePeCoff.c -o BasePeCoff.o

    In file included from ../Include/Common/UefiBaseTypes.h:19:0,

                     from BasePeCoff.c:17:

    ../Include/Common/BaseTypes.h:23:27: fatal error: ProcessorBind.h: No such file or directory

    Looks like ARCH=Arm or ARCH=AArch64 is not properly set in the build.

Children
No data