On 3/10/2022 12:52 AM, Sebastian Huber wrote:
On 09/03/2022 22:02, Ryan Long wrote:
Several variables in the installed Makefile.inc, target.cfg, and bsp.cfg
had values that were not being initialized to yes or no as they should
be.
What are "several variables"?
RTEMS_HAS_POSIX_API, HAS_POS
On 3/9/2022 6:44 PM, Chris Johns wrote:
On 10/3/2022 9:43 am, Joel Sherrill wrote:
On Wed, Mar 9, 2022 at 4:24 PM Heinz Junkes
wrote:
Thanks for that. I've been struggling with this for a while ;-)
But there is this comment in the file:
“
#
# BSP specific settings. To be included in applica
On 09/03/2022 22:02, Ryan Long wrote:
Several variables in the installed Makefile.inc, target.cfg, and bsp.cfg
had values that were not being initialized to yes or no as they should
be.
What are "several variables"?
Reordering the files and adding an initialization using yesno() to
RTEMS_HAS
On 10/3/2022 9:43 am, Joel Sherrill wrote:
> On Wed, Mar 9, 2022 at 4:24 PM Heinz Junkes
> wrote:
>
>> Thanks for that. I've been struggling with this for a while ;-)
>>
>> But there is this comment in the file:
>> “
>> #
>> # BSP specific settings. To be included in application Makefiles
>> #
>>
On Wed, Mar 9, 2022 at 4:24 PM Heinz Junkes
wrote:
> Thanks for that. I've been struggling with this for a while ;-)
>
> But there is this comment in the file:
> “
> #
> # BSP specific settings. To be included in application Makefiles
> #
> # This support will be removed from RTEMS. Please consid
Thanks for that. I've been struggling with this for a while ;-)
But there is this comment in the file:
“
#
# BSP specific settings. To be included in application Makefiles
#
# This support will be removed from RTEMS. Please consider other
# ways to build applications.
#
“
I thought this was no lon
Several variables in the installed Makefile.inc, target.cfg, and bsp.cfg
had values that were not being initialized to yes or no as they should
be. Reordering the files and adding an initialization using yesno() to
RTEMS_HAS_NETWORKING fixed this issue.
---
spec/build/bsps/grpmake.yml | 8