Attention is currently required from: Hoernchen, fixeria, laforge, osmith, pespin.
View Change
1 comment:
File configure.ac:
Patch Set #3, Line 307: PKG_CHECK_MODULES(FFTWF, fftw3f)
fftw3.h is being included in Transceiver52M/arch/common/fft.c , and then fft. […]
For the Emscripten build, fft.c is explicitly disabled and not compiled at all.
As a result, fftw3 is not required in that configuration. The WebAssembly target does not rely on the FFTW3-based implementation.
So while those headers are present in the native build, they are not part of the compilation unit when targeting Emscripten.
To view, visit change 42243. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-MessageType: comment
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I2495c5b5c79f2fe74bef83902058e1d2207c1f3c
Gerrit-Change-Number: 42243
Gerrit-PatchSet: 3
Gerrit-Owner: Timur Davydov <dtv.comp@gmail.com>
Gerrit-Reviewer: Hoernchen <ewild@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-CC: pespin <pespin@sysmocom.de>
Gerrit-Attention: osmith <osmith@sysmocom.de>
Gerrit-Attention: Hoernchen <ewild@sysmocom.de>
Gerrit-Attention: laforge <laforge@osmocom.org>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Comment-Date: Tue, 03 Mar 2026 18:37:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin@sysmocom.de>