I just checked in a fix for this issue:

https://github.com/Xilinx/meta-xilinx/commit/907a68eb1bc1ac01269cea332e6559dc9faa65ef

Thanks for the bug report.  (This is not yet in master, I'm guessing with my
workload, it'll probably be a couple of weeks before I can catch up to
hardknott/master.)

--Mark

On 2/25/21 8:40 AM, Christoph Seitz wrote:
> Hi there,
> 
> I was building the microblaze toolchain from the meta-xilinx layer and 
> tried to connect gdb with 64bit microblaze. After some debugging it 
> seems that the 64 bit support is never enabled due to a bug in the 
> configure script.
> 
>      if test x"${vec}" = x"${defvec}"; then
>      bfd_default_target_size=${target_size}
>      fi
> 
> The 64 bit support is required to have bfd_default_target_size set to 64 
> which happens only when the condition above is true. But defvec is never 
> set since the vecs (microblaze_elf64_le_vec and so on) are not equal to 
> the target (microblaze-xilinx-elf). Is there any patch or workaround to 
> get the correct gdb build?
> 
> Kind regards,
> 
> Christoph Seitz
> 
> 
> 
> 
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4887): 
https://lists.yoctoproject.org/g/meta-xilinx/message/4887
Mute This Topic: https://lists.yoctoproject.org/mt/80902727/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to