I’m new to KiCad, and I’ve been working through the getting started guide and have run into a problem. When I try to create the BOM, it will not generate due to an error. The message I keep getting after trying to generate is:
"Run command:
xsltproc -o “C:/Users/591304/Documents/KiCad Files/tutorial1/tutorial1.csv” “C:/Program Files/KiCad/bin/scripting/plugins/bom2csv.xsl” “C:/Users/591304/Documents/KiCad Files/tutorial1/tutorial1.xml”
Command error. Return code 11
Error messages:
I/O error : Invalid argument
I/O error : Invalid argument
"
The command line reads as:
xsltproc -o “%O.csv” “C:\Program Files\KiCad\bin\scripting\plugins\bom2csv.xsl” “%I”
I also cannot create a pcb design because it cannot find the footprints of the components, even though I followed the tutorial. Is this because of the BOM error?