Other Parts Discussed in Thread: SYSBIOS
Hello,
This issue is wrt the AM574x Industrial Develop Kit. I am a software developer running CCS in Windows 10 on an Intel Xeon Dell Laptop...
In diligently following the CCS Application Tutorial circa section 9.1.4.6.3 regarding Mailboxes. I have received feedback that the compiler CANNOT resolve the Mailboxes' definition. However, of note, I CAN right click to mailbox.h without issue. Following my own attempts, I outright substituted, the app.c, app.h and app.cfg files (copy paste) into my own app instance. The compiler feedback was the same:
C:\Users\quinn.carver\ccslWorkspace_v10\rtos_template_app_am572x_a15\Debug/../app.c:124: undefined reference to `ti_sysbios_knl_Mailbox_pend__E'
How might I have the mailbox included?
V/R, QC