<DC-IRC>
[Discord] <johnthecoolingfan> Try adding `/dts-v1/;` on line 48
<DC-IRC>
[Discord] <johnthecoolingfan> I'm not an expert on device tree syntax, but I can understand the compiler errors and compare to other device trees
<DC-IRC>
[Discord] <0adum> idk if dts files are blessed in some way or if they can be edited with nano
<DC-IRC>
[Discord] <0adum> i added ``/dts-v1/;`` on line 48 and the error persists
<DC-IRC>
[Discord] <0adum> right above ``#include "sun8i-a23-ippo-q8h-v5.dts"``
<DC-IRC>
[Discord] <johnthecoolingfan> Yes, I understand
<DC-IRC>
[Discord] <johnthecoolingfan> The compiler is throwing an error at the include line
<DC-IRC>
[Discord] <johnthecoolingfan> And it seems to even point the character to the `i`
<DC-IRC>
[Discord] <johnthecoolingfan> Which is weird
<DC-IRC>
[Discord] <johnthecoolingfan> I don't know what's the problem there
<DC-IRC>
[Discord] <johnthecoolingfan> > This is not a Device Tree syntax issue, you just have to pre-process the .dts file with the C preprocessor, cpp, in order to obtain a file that can be digested by the Device Tree Compiler as is.
<DC-IRC>
[Discord] <johnthecoolingfan> I'm not sure whether using `dtc` directly is the intended way, probably it isn't... I'm not sure what are you trying to achieve, it would be better to rely on armbian build system to do dts edits
<DC-IRC>
[Discord] <0adum> at this point it definitely isnt, as throwing everything at the compiler wouldnt make it work with the file.. entailing that a vital step needs to be made before
<DC-IRC>
[Discord] <0adum> ill definitely look into the armbian build system, alas thank you for giving me some of your time