Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Brynn

Pages: [1]
1
Just starting with uTasker,  after some problems with the open source version not compiling because it didn't exclude the STM directorys, I will be licensing the full version  and Mark gave access to it.   

After 'Git'ing the latest version and importing into KDS 3.2,  and making the indexer fix, and adjusting the linker file,  this code compiles fine (it already had the FRDM_K22K defined in config.h).
However, with or without me defining the CRYSTAL_FREQUENCY as 16000000 and CLOCK_DIV as 4,  the code does not run - actually I think it may run fine but GDB breaks with the following error message in the console:  when I try to single step into the code (that appears to be sitting on location 0x0, the reset vector).

 
112,781 (gdb)
118,031 53-exec-step --thread 1 1
118,037 ~"/home/build/work/GCC-4-8-build/src/gdb/gdb/thread.c:615: internal-error: is_thread_state: \
Assertion `tp' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove un\
reliable.\nQuit this debugging session? "
118,037 ~"(y or n) [answered Y; input not from terminal]\n"
118,037 ~"/home/build/work/GCC-4-8-build/src/gdb/gdb/thread.c:615: internal-error: is_thread_state: \
Assertion `tp' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove un\
reliable.\nCreate a core file of GDB? "
118,037 ~"(y or n) [answered Y; input not from terminal]\n"

Pages: [1]