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 want to use C compiler intrinsic only for C64+ (_ssub2).
But I have an error during build :
undefined first referenced
symbol in file
--------- ----------------
__ssub2 Main_Test.obj
>> error: symbol referencing errors - './Release/XXX.out' not built
When I use other intrinsic (not C64+ specific), (_sadd2 for example) , there is no problem.
I have added the library rts64plus.lib to my project.
Vincent