{"error":{"root_cause":[{"type":"query_shard_exception","reason":"failed to create query: {\n \"regexp\" : {\n \"keyword\" : {\n \"value\" : \".*..OBJLCD.axf: Error: L6218E: Undefined symbol LCD_Init (referred from main.*\",\n \"flags_value\" : 65535,\n \"max_determinized_states\" : 10000,\n \"boost\" : 1.0\n }\n }\n}","index_uuid":"SON-ziQURzKK3JljPlVlCQ","index":"recommend_keyword_search_v1"}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"recommend_keyword_search_v1","node":"c8Ry91qkQA6igO07LZRl5w","reason":{"type":"query_shard_exception","reason":"failed to create query: {\n \"regexp\" : {\n \"keyword\" : {\n \"value\" : \".*..OBJLCD.axf: Error: L6218E: Undefined symbol LCD_Init (referred from main.*\",\n \"flags_value\" : 65535,\n \"max_determinized_states\" : 10000,\n \"boost\" : 1.0\n }\n }\n}","index_uuid":"SON-ziQURzKK3JljPlVlCQ","index":"recommend_keyword_search_v1","caused_by":{"type":"illegal_argument_exception","reason":"expected ')' at position 78"}}}]},"status":400}
1602.h” /*----------- 管脚定义在液晶头文件中 -----------*/ void main(void){ LCD_init(); p
2018-12-19 15:24
由于执行init()函数的内核线程和init进程的进程标识符都是1,它们又都叫init,因此init()函数和init进
2012-01-05 10:49
。如果能使用gdb调试init,会极大的提高定位效率。 本文简单描述了一下L2二次启动的系统如何使用gdb调试init 首先将gdb打包到系统镜像中。 Init不正常的
2022-12-26 12:10
关于bin、hex和axf文件格式的描述
2020-03-14 11:05
RSC6218A设计18W高效率电源驱动案例分享
2024-05-15 14:40
Symbol所需层面:Package Geometry – Silkscreen_top(零件外框层,此层面不可压PAD)Pac
2006-04-16 21:17
LM6218高速仪表放大器 该
2009-09-18 15:15
//////////////////////////////////#include #include "LCD1602.h" /*----------- 管脚定义在液晶头文件中 -----------*/ void main(void){
2018-09-20 19:43
运行main方法是指在Java程序中执行main方法来启动程序 在Java编程中,main方法是每个Java应用程序的入口点。它是程序的起始点,程序从这里开始执行。为了运行ma
2023-12-06 14:58