Where do I find a working example of configuring and compiling the Opus codec library on a Linux machine for an STM32F407 target?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-29 08:51 AM
Something along the lines of: ./configure CFLAGS="-O2 -mfpu=neon -mthumb -mcpu=cortex-m4" LDFLAGS="--specs=nosys.specs" --host=arm-none-eabi --disable-rtcd --enable-fixed-point
Still having issues with make errors, e.g.,
celt_pitch_xcorr_arm-gnu.S:547: Error: thumb conditional instruction should be in IT block
Labels:
- Labels:
-
STM32F4 Series
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-05-29 09:32 AM
Determine if the assembler source file contains any conditional assembly code, and what command line defines those would need, or if you need to find a different source file for the Cortex-M devices.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..