I've got some old projects that I'm attempting to do modifications to on a timeline so I don't want the pain of porting to modern environment. I'm running SSP 1.7.5 and IDE 7.8.0..
My problem is that I moved machines some months ago and I must not have gotten everything moved. IDE runs fine but I can't compile some things.
I can open the sf_touch_panel_i2c.c file (which shows protected watermark) and can compile it no problem.
Anything in that dave2d directory I can't do either. Opening the file in the IDE gives me: "Decryption not permitted file: blah blah blah"
I don't know what I could be missing if I'm having an encrypted file like the touch stuff compiled but not the dave2d stuff...
Any hints at what file I must be missing?
Hello,
It is probably caused because of incompatible license.
Try deleting the build output directory (e.g. the Debug folder in the project) and then rebuilding the project. The SSP license file location is cached in the makefile.init, and is not changed even when the license is changed in the e2studio preferences. Deleting the build output directory forces all the makefile to be regenerated, so the new license file location is picked up.
Ah, found it. It was pointing to a license that was a trial one instead of my normal ones. Took a bit to figure out how to address that but I have it now and I've got it compiling (although with a ton of warnings that I don't remember being there).
Solved the immediate problem tho... Thanx!