arilink
arilink
``` > Executing task: ninja < [0/2] Re-checking globbed directories... [6/1042] Generating ../../partition_table/partition-table.bin Partition table binary generated. Contents: ******************************************************************************* # ESP-IDF Partition Table # Name, Type, SubType, Offset, Size, Flags...
 Here is the output from one of my computers (couldn't compile libmicroros.a)
Here are the steps when I can generate libmicroros.a 1. Open vscode->NewProject choose Template->blink 2.esp-idf create new component name test 3. Jump to the project name/component directory 4. git clone...
Is there any essential difference between the two? I'm not used to editors like vim, so I chose vscode + esp idf extension, which eventually calls ESP idf. What should...
Ok, I will try it according to your example Can the vscode esp-idf extension use micro-ros components under normal circumstances? Because I need to operate micro-ros as a component in...
@pablogs9 After testing git clone micro_ros_espidf_component, you can use idf.py to compile the firmware according to the example, which shows that the development environment is fine, but it is inconvenient...
I have new progress 1. I found that the header file path contained in the main.c file was not added to the idf_component_register function in the CMakeLists.txt file in the...
@pablogs9 Here is the screenshot 
``` -- Found Git: /usr/bin/git (found version "2.34.1") -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- The ASM compiler identification is...
I think we are very close to success. Currently libmicroros.a can be generated, but many header files are not generated as expected, so an error will be reported in main.c,...