Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试为 PIC32 构建 Microchip USB 堆栈文件,但 MPLAB X IDE 给我错误,它无法构建。
以下是构建时的错误。
该系统找不到指定的路径。制作[2]:[build/default/production/_ext/1961590870/usb_device.o] 错误 1 make[1]:[.build-conf] 错误 2
编译器会自动生成目标文件吗?以及如何解决这个错误?
确保您已将 usb_device.c 从 MAL (C:\microchip_solutions_XX_XX_XXXX) 文件夹添加到您的项目中。您可以查看 MAL\USB\ 文件夹中的一些示例。对于每个 USB“类型”(设备/主机/等),您必须根据 USB 的应用将不同的文件添加到您的项目中。
编辑:Windows 上 MAL 文件夹的正确名称。