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.

RTOS/TM4C1294NCPDT: Enabling both EMAC and Wifi on TM4C1294XL

Part Number: TM4C1294NCPDT
Other Parts Discussed in Thread: TIDM-TM4C129XGATEWAY

Tool/software: TI-RTOS

Hi,

I am using ccs v6.2 with tm4c1294xl launchpad, cc3100bp.

I want to enable both wifi and emac on my device, I success fully connected to wifi and it was working in the same main going to initialize the emac also but when I am calling anything from the EMAC class  of tirtos it was not building instead giving an errors

**#10010 errors encountered during linking; "newproject.out" not built

** #10234-D  unresolved symbols remain and

** unresolved symbol SemPost, first referenced in C:/ti/tirex-content/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages/ti/drivers/lib/drivers_tivaware.aem4f<EMACSnow.oem4f>

Building Console prints:

<xxx Till here no errors xxxx>

<Linking>

undefined first referenced 
symbol in file 
--------- ---------------- 
SemPost C:/ti/tirex-content/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages/ti/drivers/lib/drivers_tivaware.aem4f<EMACSnow.oem4f>

error #10234-D: unresolved symbols remain

error #10010: errors encountered during linking; "Kiko_Point.out" not built
>> Compilation failure
makefile:162: recipe for target 'Kiko_Point.out' failed
gmake: *** [Kiko_Point.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

I has not calling any of wifi init or wifi related functions,  if I not call any EMAC class functions it was building and running fine, but I have to use the EMAC_init() of this class to initialize emac. As well I check with tirtos provided example project also all the includes and header used properly.

So, can you help me to resolve these errors.

Thanks,

Regards,

Raghu DS.