[PATCH v1 00/10] Convert and reformat rtems-tools pt. 1

Chris Johns chrisj at rtems.org
Fri Sep 3 04:59:02 UTC 2021


On 3/9/21 5:24 am, Ryan Long wrote:
> For this and the following series of patches I followed this series of
> steps.
> 
> 1. Convert a file from the C way of doing things to C++
> 2. Go through all the files that had to do with the converted file and
> make the formatting consistent.

Looks good and thanks for taking this on.

Have you built this with clang on FreeBSD? I only ask because the minor fix I
pushed where clang complained about the `std::ostream::tellp()` return value
being compared to `long int` ....

https://lists.rtems.org/pipermail/build/2021-September/028853.html

I suspect if this change build on FreeBSD it will also build on MacOS. Do you
have access to a MacOS machine?

There is a new piece of code around `gcount()` and this is the reason for my
question.

Chris





More information about the devel mailing list