Linaro / OpenCSD

CoreSight trace stream decoder developed openly
https://github.com/Linaro/opencsd/wiki
Other
141 stars 53 forks source link

A set of patches to fix build dependencies problems #14

Closed ptsneves closed 5 years ago

ptsneves commented 6 years ago

Hello all,

I was building OpenCSD with -j32 and i found multiple problems and build failures. This patch set attempts to fix them and as far as I tested OpenCSD now builds correctly.

I think there may be more problems with PHONY targets especially the build_dir targets, which is not PHONY and should be. Also it probably should be a dependency of the OBJECTS target if anybody ever uses a BUILD_DIR which is not in the source itself. Let me know if there is interest in such fixes and I can add it to this pull request.

Best regards Paulo Neves

mikel-armbb commented 5 years ago

Thanks for these patches. I have integrated them onto the latest development branch and they will be part of the next patch release

Mike