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.

SYS/BIOS and CLA

Other Parts Discussed in Thread: SYSBIOS

Hi!

I'm trying to use CLA on my SYS/BIOS project, running on F28375D device. I've opened a few CLA examples and tried to implement to SQRT on for a try.

I've included all necessary files, and according to some posts in other threads of the Forum, I've added the CLA includes the the top of the includes list.

When I build the project, I get the error:

#error "Header file <stdarg.h> not supported by CLA compiler"

I'm not including the file stdarg,h but SYS/BIOS does, on file xdc/std.h.

How can I solve this deadlock?

Best regards,

Hugo Cunha.