[rtems commit] build: Add RELOCADDR to i386/pc386 options

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Sep 16 06:25:18 UTC 2020


On 16/09/2020 01:26, Chris Johns wrote:

>> +default: 1048576
> Is hex supported? 0x100000 is much friendlier and simpler to grep for.

It would be difficult to add support for this. The YAML parser can read 
hex number, however, the default YAML formatter writes all integers as 
decimals. If you want hex numbers, then you need a hand crafted formatter.

In ./waf bsp_defaults you get a hex number (see the format attribute).



More information about the devel mailing list