[ 59%] Compiling bitmap2component's resource file
gcc: error: Sanchez/AppData/Roaming/SPB_Data/src/MINGW-Packages/mingw-w64-kicad-git/src/kicad/bitmap2component: No such file or directory
E:\Documents2\MSYSkicadbuild\mingw64\bin\windres.exe: preprocessing failed.
make[2]: *** [bitmap2component/CMakeFiles/bitmap2component.dir/build.make:62: bitmap2component/CMakeFiles/bitmap2component.dir/bitmap2component_rc.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:1979: bitmap2component/CMakeFiles/bitmap2comp onent.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
在 msys2 上编译 kicad http://kicad-source-mirror.readthedocs.io/en/latest/Documentation/development/compiling/index.html#building-kicad-from-source
它说没有这样的文件或目录,但是有...
MSYS ~/src/MINGW-Packages/mingw-w64-kicad-git/src/kicad $ls
_clang-format cvpcb lib_dxf README.txt
3d-viewer demos new resources
AUTHORS.txt Documentation pagelayout_editor scripting
**bitmap2component** Doxyfile patches scripts
bitmaps_png eeschema pcb_calculator template
CMakeLists.txt gerbview pcbnew TODO.txt
CMakeModules helpers plugins tools
common include polygon uncrustify.cfg
copyright.h INSTALL.txt potrace utils
CTestConfig.cmake kicad qa
这就是 bitmap2component 里面的东西
bitmap2cmp_gui.cpp bitmap2component.cpp CMakeLists.txt
bitmap2cmp_gui_base.cpp bitmap2component.h Info.plist
bitmap2cmp_gui_base.fbp bitmap2component.icns
bitmap2cmp_gui_base.h bitmap2component.rc
我一定缺少一些路径或文件idk,任何帮助将不胜感激。
哦,不确定这是否有助于解决任何问题,但它会继续编译到 71% 左右,然后告诉我一些有关 eeschema_kiface 错误的信息。
确保
bitmap2component
的路径正确且不包含拼写错误。使用 make clean
清理构建目录,然后使用 cmake ..
和 make
重新配置和重建。确保您的 MSYS2 环境和所有必要的依赖项都是最新的。如果问题仍然存在,请检查具体错误消息并考虑向 KiCad 社区寻求帮助。