casaroli commented on PR #19533:
URL: https://github.com/apache/nuttx/pull/19533#issuecomment-5082696076

   The failing `sim:alsa` CI job is unrelated to this PR's RP23xx Wi-Fi driver 
and board-support changes.
   
   The `Linux (sim-01)` log fails while linking the bundled LAME encoder, with 
unresolved x86 runtime-dispatch vector symbols including 
`quantize_lines_xrpow_avx2`, `quantize_lines_xrpow_sse2`, and 
`count_bit_esc_sse2`. This is the same pre-existing CMake source-integration 
issue seen by other PRs: the LAME CMake target omits the vector translation 
units enabled by its generated configuration.
   
   The fixes are tracked separately:
   
   - Root-cause Apps fix: https://github.com/apache/nuttx-apps/pull/3666
   - Companion NuttX codec-header integration fix: 
https://github.com/apache/nuttx/pull/19541
   
   The two fixes were validated together with the CI-equivalent `sim:alsa` 
CMake/Ninja build. The Apps PR should merge first; subsequent NuttX PR CI runs 
will then use the corrected Apps `master`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to