I'm a newbie at rtos so bear with me please :) I'm trying to build a dev environment on linux using gcc. I've succeeded using just using tivaware. It seems like I have succeeded using tirtos as well but the "file" I upload to the EK-4C129XL board doesn't seem to do anything. I'm trying to compile and run the pwmled example.
Using just tivaware I uploaded the bin file for the blinky program and it worked but there is no bin file after the build process with tirtos. I tried uploading the obj and .out files but no luck. The tirtos installation left a whole bunch of hardcoded c:\ references which I had to change to match my directory structure in linux so maybe I missed something even though the build process gives no errors.
this is the tail end of the build process:
Build of libraries done.
clm4fg package/cfg/pwmled_pm4fg.c ...
Building pwmled.obj
Building EK_TM4C1294XL.obj
linking...
Thanks