[RFC 1/1] platform/kendryte: disable FW_PIC

Sean Anderson seanga2 at gmail.com
Sat Sep 4 08:08:38 PDT 2021


On 9/4/21 9:56 AM, Bin Meng wrote:
> On Sat, Sep 4, 2021 at 5:49 PM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>>
>> Since commit bf3ef53bb7f5 ("firmware: Enable FW_PIC by default")
>> building with
>>
>> make \
>> PLATFORM=kendryte/k210 \
>> FW_PAYLOAD=y \
>> FW_PAYLOAD_OFFSET=0x40000 \
>> FW_PAYLOAD_PATH=u-boot-dtb.bin
>>
>> fails:
>>
>> riscv64-linux-gnu/bin/ld:
>> opensbi/build/platform/kendryte/k210/firmware/fw_payload.o:
>> in function `.L0 ':
>> opensbi/firmware/fw_base.S:77:
>> undefined reference to `__rel_dyn_start'
>> riscv64-linux-gnu/bin/ld:
>> opensbi/firmware/fw_base.S:78:
>> undefined reference to `__rel_dyn_end'
>> riscv64-linux-gnu/bin/ld:
>> opensbi/firmware/fw_base.S:89:
>> undefined reference to `__dyn_sym_start'
>> collect2: error: ld returned 1 exit status
>>
> 
> It looks like your toolchain is broken. I can build with your command
> without any error. I am using buildroot 2020.08-1 toolchain.

With the "riscv64-linux-gnu" [1] toolchain, I get the above error.

With the "riscv64-elf" toolchain [2], everything compiles fine.

--Sean

[1] https://archlinux.org/packages/community/x86_64/riscv64-linux-gnu-gcc/
[2] https://archlinux.org/packages/community/x86_64/riscv64-elf-gcc/

> 
>> With FW_PIC=n building becomes possible.
>>
>> Fixes: bf3ef53bb7f5 ("firmware: Enable FW_PIC by default")
>> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
>> ---
>> We need a description of what FW_PIC does in and
>> a description of how to build for the K210 platform.
>> in doc/.
>> ---
>>   platform/kendryte/k210/config.mk | 3 +++
>>   1 file changed, 3 insertions(+)
>>
>> diff --git a/platform/kendryte/k210/config.mk b/platform/kendryte/k210/config.mk
>> index 8a9b814..c664ba1 100644
>> --- a/platform/kendryte/k210/config.mk
>> +++ b/platform/kendryte/k210/config.mk
>> @@ -17,3 +17,6 @@ platform-ldflags-y =
>>   FW_TEXT_START=0x80000000
>>   FW_PAYLOAD=y
>>   FW_PAYLOAD_ALIGN=0x1000
>> +
>> +# Others
>> +FW_PIC=n
>>
> 
> Regards,
> Bin
> 




More information about the opensbi mailing list