undefined reference to `csc_matrix' #545
-
I came across it while compiling a project on the ARM platform ——undefined reference to 'csc_matrix'. However, no errors are reported on x86-64 platforms. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I use gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf for arm compilation |
Beta Was this translation helpful? Give feedback.
-
What defines/settings are you using to compile the code? Are you using the EMBEDDED flag? Because that function is only enabled in the non-embedded mode since it has memory allocations inside. |
Beta Was this translation helpful? Give feedback.
-
I got it. Thanks!!! |
Beta Was this translation helpful? Give feedback.
What defines/settings are you using to compile the code? Are you using the EMBEDDED flag? Because that function is only enabled in the non-embedded mode since it has memory allocations inside.