You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is building for use with the xdna-driver @ 8b4eefc and XRT @f02de26
-- Decoding ascii file /home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/test/aie2-ctrlcode/basic/ml_txn.b64 to binary file ml_txn.bin
-- Decoding ascii file /home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/test/aie2-ctrlcode/basic/ctrl_pkt0.b64 to binary file ctrl_pkt0.bin
/home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/lib/aie-rt/driver/src/common/xaie_helper.c: In function ‘XAie_Txn_MergeSync’:
/home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/lib/aie-rt/driver/src/common/xaie_helper.c:2861:57: error: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]
2861 | u32* tctDataBuff = (u32 *)calloc(sizeof(tct_op_t), 1);
| ^~~~~~~~
/home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/lib/aie-rt/driver/src/common/xaie_helper.c:2861:57: note: earlier argument should specify number of elements, later size of each element
/home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/lib/aie-rt/driver/src/common/xaie_helper.c: In function ‘XAie_Txn_DdrAddressPatch’:
/home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/lib/aie-rt/driver/src/common/xaie_helper.c:2917:73: error: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]
2917 | patch_op_t* patchDataBuff = (patch_op_t *)calloc(sizeof(patch_op_t), 1);
| ^~~~~~~~~~
/home/jmelber/xdna-driver/xrt/src/runtime_src/core/common/aiebu/lib/aie-rt/driver/src/common/xaie_helper.c:2917:73: note: earlier argument should specify number of elements, later size of each element
The text was updated successfully, but these errors were encountered:
This is building for use with the
xdna-driver
@ 8b4eefc andXRT
@f02de26The text was updated successfully, but these errors were encountered: