This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am building a project via makefile. It links a custom library. This library contains a reference to floating point div (FS$$DIV).
This worked fine, but now I added the option --fp_mode=relaxed (only to the main project, not to the library build routine), together with tmu_support.
Now I am getting a link error "unresolved symbols remain" regarding FS$$DIV.
I am also including
rts2800_fpu32_fast_supplement.lib
rts2800_fpu32.lib
I thought the --fp_mode=relaxed is a compiler option, so the linker should link FS$$DIV from rts2800_fpu32.lib if necessary!?
cgtools version is 6.4.2.
Any help is appreciated.
Regards,
Stephan