Decawave / uwb-core

Ultrawideband Core
http://decawave.com
Apache License 2.0
58 stars 36 forks source link

Multiple Rules for Single Object File Prevents Parallel Compilation #14

Closed eliptus-google closed 3 years ago

eliptus-google commented 4 years ago

Multiple modules attempt to build streamer.o with different paths but the same canonical path, causing race conditions in parallelized build: https://github.com/Decawave/uwb-core/blob/8ffba63755a932a89d841872ce5bdf35b9c78777/Kbuild#L55 https://github.com/Decawave/uwb-core/blob/8ffba63755a932a89d841872ce5bdf35b9c78777/apps/uwb_desense/Kbuild#L23

ncasaril commented 4 years ago

Thanks Eli, I will push a fix when public-repo freeze is removed.

Guilhem23 commented 3 years ago

@ncasaril should be fixed now as desense apps has been removed ?