[PATCH 1/2] spec/aarch64: Ensure that libbsd can build properly

Kinsey Moore kinsey.moore at oarcorp.com
Fri Nov 13 15:04:40 UTC 2020


-----Original Message-----
From: Sebastian Huber <sebastian.huber at embedded-brains.de> 
Sent: Friday, November 13, 2020 04:23
To: Kinsey Moore <kinsey.moore at oarcorp.com>; devel at rtems.org
Subject: Re: [PATCH 1/2] spec/aarch64: Ensure that libbsd can build properly

On 12/11/2020 14:32, Kinsey Moore wrote:
>>   install:
>> +- destination: ${BSP_INCLUDEDIR}/bsp
>> +  source:
>> +  - bsps/arm/include/bsp/linker-symbols.h
>> +  - bsps/arm/include/bsp/start.h
>>   - destination: ${BSP_INCLUDEDIR}/dev/clock
>>     source:
>>     - bsps/include/dev/clock/arm-generic-timer.h
> This is a bit strange. You install files which are not used to build the BSP?

They are used by bspstart.c and bspstarthooks.c so they're used to build the BSP, but they're only required for some external applications and libraries which is why they weren't already being installed. This matches how ARM, RISC-V, and other BSPs install start.h and linker-symbols.h.

Kinsey


More information about the devel mailing list