We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to compile arm_sin_cos_example_f32.c in the MPLAB X IDE, XC32, Harmony 3 but I get an error:
commontables.o: Link Error: Could not allocate section .rodata, size = 920376 bytes, attributes = code Link Error: Could not allocate program memory
How and where I can disable unused functions to fit program to ATSAMD21J18 (Cortex-M0+), Data/Program 32k/256k?
Sin_Cos_Example_f32.zip
The text was updated successfully, but these errors were encountered:
Hi @Rimatara,
please take note that CMSIS-DSP has move off into its own repository at https://github.com/ARM-software/CMSIS-DSP. You might want to raise your question over there.
Cheers, Jonatan
Sorry, something went wrong.
Hi Jonatan,
Thank you for letting me know. I posted it there.
Have a nice day, Dan
No branches or pull requests
I try to compile arm_sin_cos_example_f32.c in the MPLAB X IDE, XC32, Harmony 3 but I get an error:
commontables.o: Link Error: Could not allocate section .rodata, size = 920376 bytes, attributes = code
Link Error: Could not allocate program memory
How and where I can disable unused functions to fit program to ATSAMD21J18 (Cortex-M0+), Data/Program 32k/256k?
Sin_Cos_Example_f32.zip
The text was updated successfully, but these errors were encountered: