ARM-software / tf-issues

Issue tracking for the ARM Trusted Firmware project
37 stars 16 forks source link

"make dump" error for debug version #5

Closed chinamao closed 10 years ago

chinamao commented 10 years ago

hi, experts: if i run "make DEBUG=1 V=1", and then run "make dump". It will tip me: ...... Built build/fvp/debug/bl31.bin successfully

Including bl1.mk Including bl2.mk Including bl31.mk OBJDUMP /bin/sh: ./build/fvp/release/bl1/bl1.dump: No such file or directory make: *\ [dump] Error 1

sandrine-bailleux-arm commented 10 years ago

Hello,

"make dump" will actually try to find the release binary, which it won't find because you built a debug binary. Please try again with "make DEBUG=1 dump".

Regards, Sandrine

danh-arm commented 10 years ago

Assuming the answer is sufficient to close...