This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I just got a launchpad and I have tried to run three different TI programs on it. When I debug, it can't find any .out file. I am able to build the project successfully but when I debug I get this error:
MSP430: GEL: Encountered a problem loading file: \\ROBERTS-HP\Users\Mom & Dad\Dropbox\blinky\Debug\blinky.out Could not open file
Chase,
Usually the build will fail if you are using a UNC path (i.e. \\ROBERTS-HP...). If you look in the folder is the .out actually there? If not check the console view when you build and I would expect there it be an error regarding using UNC paths.
Regards,
John
I think I got it. I switched user accounts because I think the spaces in "Mom & Dad" were throwing off the path. Thanks.