- UID
- 805
- 麦力
- 337
- 注册时间
- 2016-4-29
- 最后登录
- 2017-10-30
- 精华
- 0
- 阅读权限
- 100
- 在线时间
- 21 小时
|
8#
楼主 |
发表于 2016-5-12 10:54:08
|
只看该作者
请帮忙查看,只是调整了字体大小就报错:
生成资源文件...
-------------read appinfo.json-------------
uuid:caf218070932f8d7aeab9b7b6e7f046f
app_id:2673441
name:haitong
icon:5001
version:102
watchface:1
sysapp:0
res_num:1
res:0, type:0, name:RES_BITMAP_SPORT_BG, file:bg.bmp
-----------------begin create res.h-------------
-----------------create res.h ok-------------
-----------------begin create res_file-------------
type:0, res_key:5001, offset:36, res_size:2048, width:128, height:128
-------------create res_file ok---------------
---------------prepare pack head----------
---------------read res_file----------
---------------read code----------
---------------write pack head----------
---------------write res ----------
---------------write code ----------
---------------pack file:haitong ok ----------
正在编译...
watchface_step_floor.c: In function 'app_step_floor_time_change':
watchface_step_floor.c:66:23: warning: initialization makes pointer from integer without a cast [enabled by default]
watchface_step_floor.c: In function 'app_sport_timer_callback':
watchface_step_floor.c:98:22: warning: initialization makes pointer from integer without a cast [enabled by default]
watchface_step_floor.c: In function 'init_sport_window':
watchface_step_floor.c:173:53: error: 'U_ASCII_ARIALBD_36' undeclared (first use in this function)
watchface_step_floor.c:173:53: note: each undeclared identifier is reported only once for each function it appears in
arm-none-eabi-ld: cannot find .\*.o: Invalid argument
readelf: Error: '.\build\maibu_code': No such file
正在打包...
-------------read appinfo.json-------------
uuid:caf218070932f8d7aeab9b7b6e7f046f
app_id:2673441
name:haitong
icon:5001
version:102
watchface:1
sysapp:0
res_num:1
res:0, type:0, name:RES_BITMAP_SPORT_BG, file:bg.bmp
-----------------begin create res.h-------------
-----------------create res.h ok-------------
-----------------begin create res_file-------------
type:0, res_key:5001, offset:36, res_size:2048, width:128, height:128
-------------create res_file ok---------------
---------------prepare pack head----------
---------------read res_file----------
---------------read code----------
not found file:.\build\maibu_code
create pack failed
正在编译...
E:\maibuOS\VisualMWatch\watchface_step_floor.c: In function 'init_sport_window':
E:\maibuOS\VisualMWatch\watchface_step_floor.c:173:53: error: 'U_ASCII_ARIALBD_36' undeclared (first use in this function)
LayerText lt_hm = {time_str, frame_hm, GAlignLeft, U_ASCII_ARIALBD_36, 0};
^
E:\maibuOS\VisualMWatch\watchface_step_floor.c:173:53: note: each undeclared identifier is reported only once for each function it appears in
'mbcc\bin\mw.exe' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
|
|