teo_zero parent
What I miss is a compiler referencing the original lines in the lit file, instead of the tangled one. For example, if line 100 of my lit file is the piece of code that will eventually be line 1 of main.c, and it includes an error, how do I make gcc's error message reference to line 100 of the lit file and not to line 1 of main.c?