linkcmds.yml problems
Sam Price
thesamprice at gmail.com
Thu Jul 7 15:30:54 UTC 2022
Was trying to build the latest source builder/rtems/libbsd but ran into a
linker problem.
You ever see this the source linker has
spec/build/bsps/microblaze/microblaze_fpga/linkcmds.yml: RAM : ORIGIN =
_TEXT_START_ADDR, LENGTH = ${BSP_MICROBLAZE_FPGA_RAM_LENGTH}
But the generated linker file is creating
RAM : ORIGIN = _TEXT_START_ADDR, LENGTH =
when building rtems without populating the BSP_MICROBLAZE_FPGA_RAM_LENGTH.
My config.ini has this specified as
configs/config_kcu105_cpu0.ini:BSP_MICROBLAZE_FPGA_RAM_LENGTH=0x10000000
Is it possible i have a bad python instance ?
--
Thank you,
Sam Price
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20220707/f829f8f1/attachment.htm>
More information about the devel
mailing list