Hello,
we are trying to build the profinet_slave package in the industrial sdk v5 package.
There is a problem with undefined symbols Building the Industrial SDK.
The file in question is an autogenerated file Hwi.h within SYSBIOS 6.33.5.46 package. I am thinking that I have a wrong tool or something.
The user guide for the SDK recommends:
CCS 5.20.00069 or newer
SYSBIOS 6.33.05.46
The quick start guide for the industrial SDK calls out
XDCTOOLS (Version 3.30.4.52 ) and SYS/BIOS (Version 6.40.3.39 )
The following is what we are trying to build with (the combination with the fewest build error):
NDK: 2.24.0.11
SYS/BIOS 6.33.5.46
TI-ROTOS for Sitara 2.0.1.23
XDCtools 3.25.3.72 (the compiler told us that this was what the project was created with this so we have to use it)
This is the build output showing undefined symbols.
undefined first referenced
symbol in file
--------- ----------------
ti_sysbios_family_arm_a8_intcps_Hwi_create C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk/os_drivers/lib/sys_bios_driver.lib<osdrv_uart.obj>
ti_sysbios_family_arm_a8_intcps_Hwi_delete C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk/os_drivers/lib/sys_bios_driver.lib<osdrv_uart.obj>
ti_sysbios_knl_Mailbox_create C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk\protocols\profinet_slave\stack_lib\profinet_slave_stack.lib<msgproxy.obj>
ti_sysbios_knl_Semaphore_create C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk/os_drivers/lib/sys_bios_driver.lib<icss_iSwitchDrv.obj>
ti_sysbios_knl_Semaphore_delete C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk/os_drivers/lib/sys_bios_driver.lib<icss_iSwitchDrv.obj>
ti_sysbios_knl_Task_create C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk/os_drivers/lib/sys_bios_driver.lib<icss_iSwitchDrv.obj>
ti_sysbios_knl_Task_delete C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk/os_drivers/lib/sys_bios_driver.lib<icss_iSwitchDrv.obj>
ti_sysbios_timers_dmtimer_Timer_create C:\ti\am335x_sysbios_ind_sdk_1.1.0.5\sdk\protocols\profinet_slave\stack_lib\profinet_slave_stack.lib<os.obj>
>> Compilation failure
Do you know why we are recieving these build errors,
Thank You,