casaroli commented on PR #3665:
URL: https://github.com/apache/nuttx-apps/pull/3665#issuecomment-5082724558

   The failing `sim:alsa` CI job is unrelated to this PR's XIPFS/NXFLAT 
example, test, and command 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 a pre-existing CMake source-integration issue: 
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