<div dir="ltr">Was trying to build the latest source builder/rtems/libbsd but ran into a linker problem.<br><br>You ever see this the source linker has<br><br>spec/build/bsps/microblaze/microblaze_fpga/linkcmds.yml: RAM : ORIGIN = _TEXT_START_ADDR, LENGTH = ${BSP_MICROBLAZE_FPGA_RAM_LENGTH}<br><br><br>But the generated linker file is creating<br><br>RAM : ORIGIN = _TEXT_START_ADDR, LENGTH =<br><br>when building rtems without populating the BSP_MICROBLAZE_FPGA_RAM_LENGTH.<br><br><br><br>My config.ini has this specified as <br>configs/config_kcu105_cpu0.ini:BSP_MICROBLAZE_FPGA_RAM_LENGTH=0x10000000<br><br>Is it possible i have a bad python instance ?<br><br><br>--<br>Thank you,<br><br>Sam Price</div>