teaguehall Posted June 7, 2017 Posted June 7, 2017 Hello, I've come across a download issue for a Power PMAC project. This project is being built for a dual core CPU PMAC. CPU Type: PowerPC,APM86xxx Kernel Version 3.2.21-powerpmacsmp Firmware Version: 2.0.2.14 IDE version: 2.1.0.107 Error: loading File: "ggerpp_enum.txt" Question: What exactly is this file and why can't it be loaded? When this project is built for a single core CPU PMAC, no error occurs. Thanks,
Clopedandle Posted June 12, 2017 Posted June 12, 2017 I encountered this too. Fixed it by making a new project and importing all the old project files through Add Existing.
christerron Posted February 28, 2019 Posted February 28, 2019 Got a similar problem, but was a different filename. Got the following error: --------------- Error: loading File: "lesspp_enum.txt" --------------- After having gone through the project, it seems that the error came from too long names in the subprogram. In my case I had used the following: -------------------- 'open subprog lib_mtrsetup_02_mtr_02_servobrushless'; ---------------------- after I changed the name to 'lib_mtrsetup_02_mtr_02_brushless', the error went away.
Recommended Posts