5 posts / 0 new
Last post
fxishui
Offline
Last seen:3 years 6 months ago
Joined:2016-04-12 13:27
在版本 sdk5.0.3 中 怎么添加 streamdatad 服务

您好,我从sdk版本sdk3.0.6 升级到sdk5.0.3,怎么添加 streamdatad 服务?
我 用 5.0.3模板工程 按照http://support.dialog-semiconductor.com/在da1458xsdk503中怎么添加sample128的服务-0
在 user_profiles_config.h 中添加 #include "streamdatad.h" ,编译报错如下

..\..\..\..\..\sdk\platform\arch\main\jump_table.c(160): error: #70: incomplete type is not allowed
..\..\..\..\..\sdk\platform\arch\main\jump_table.c(223): error: #44: expression must have pointer type
..\..\..\..\..\sdk\platform\arch\main\jump_table.c(224): error: #70: incomplete type is not allowed
..\..\..\..\..\sdk\platform\arch\main\jump_table.c(224): error: #44: expression must have pointer type
正确添加怎么操作呢!谢谢!

Device:
Gongyu_Dialog
Offline
Last seen:2 days 15 hours ago
Joined:2016-04-27 07:07
你在sample128.h里面把#include

你在sample128.h里面把#include "atts.h"这句去掉就编过了

fxishui
Offline
Last seen:3 years 6 months ago
Joined:2016-04-12 13:27
谢谢!

谢谢!

914049483
Offline
Last seen:1 year 1 week ago
Joined:2014-11-17 08:07
你好 我想请教下,你是怎么在SDK5

你好 我想请教下,你是怎么在SDK5.03里添加sample128服务的?

Gongyu_Dialog
Offline
Last seen:2 days 15 hours ago
Joined:2016-04-27 07:07
可以参考这份代码

可以参考这份代码