Hi,
I am new to PIC microcontrollers and I am trying to write unit tests for PIC18F86K22. I use a xc8 compiler. I found your project using a PIC and xc8 compiler while browsing. I am trying to use ceedling and I have tried to use some of your files and added a simple c file and test file. When I run ceedling test:all on Ubuntu 16.04, I get the following error.
ERROR: Test executable "test_lights.out" failed.
Produced no output to $stdout.
And exited with status: [0] (count of failed tests).
This is often a symptom of a bad memory access in source or test code. and no out.txt is created. Also, in simlog.txt I notice that the program has failed. Can you please help me figure out why I get this error.
Thanks.
testproject.zip
Hi,
I am new to PIC microcontrollers and I am trying to write unit tests for PIC18F86K22. I use a xc8 compiler. I found your project using a PIC and xc8 compiler while browsing. I am trying to use ceedling and I have tried to use some of your files and added a simple c file and test file. When I run ceedling test:all on Ubuntu 16.04, I get the following error.
ERROR: Test executable "test_lights.out" failed.