pac Posted November 18, 2021 Share Posted November 18, 2021 We are trying emulate the IDE Solution Explorer's 'Build and Download All Programs' feature using Linux Python, so that a project can be modified and loaded onto a Power PMAC without requiring the IDE. Looking at the PDK (PowerPMAC Development Kit) sample program called BuildAndDownload, the download process seems very simple. However, I am having a hard time reconciling the build process in BuildAndDownload with the output from the IDE when I execute a 'Build and Download All Programs'. It seems the former is just a standard cross-compilation of the Project's C-code, whereas the IDE performs a few additional steps - 'Uploading Libraries from Power PMAC', 'Executing Project Script', 'Mapping Power PMAC variables' and 'Synchronising Database'. Can someone provide an explanation of what these steps are and why they are necessary? Link to comment Share on other sites More sharing options...
steve.milici Posted November 18, 2021 Share Posted November 18, 2021 Contact the ODT factory support group and they can send you an application note describing this process: ODT-Support@Omron.com Link to comment Share on other sites More sharing options...
Recommended Posts