Hello,
I'm currently learning about using TI-RTOS (Version 2.something) on the TM4C123GXL. For now it is a very simple setup: I created an example project for the TM4C123GXL launchpad and wrote my code. Now, as the code evolves I'd like to put it in the structure I'm used to and add version control to it: Source files in src, include files in inc, etc ...
So I created a folder with CCS and moved the source files in it, recompiled it and .. oh: The linker doesn't find my functions anymore, including the main function.
This looks like a simple error, eg a wrong (not updated) path in one of the linker files. But since I couldn't find it in a hour of using google it must be hidden somewhere in some linker file.
May you point me in the right direction? Where does the problem occur when I relocate the source files? The files I looked at contain either only package names or absolute paths to the library files installed at the default location ( C:\ti\tirtos.. ).
Thank you and have a nice day,
Jan
 
				 
		 
					 
                           
				 
				 
				