Additionally. This is an error that one typically gets, when trying to compile one of those overlays without compiling it from the bb-overlay git project. e.g. downloading one file, and trying ot compile it manually through dtc. Instead of putting your source file into the src/arm directory, and moving into the git root directory and issuing "make". Two ways to go about that, but we can get to that later.
So, knowing what command you used EXACTLY what command when you attempted to build your file would be necessary. On Tue, May 2, 2017 at 5:00 PM, William Hermans <[email protected]> wrote: > Without the source, no one will be able to give you a correct answer. That > is, the source file EXACTLY how it is when you got that error. > > On Tue, May 2, 2017 at 4:39 PM, bianchi <[email protected]> wrote: > >> Hello everyone, >> >> I have question regarding compiling overlay for cape, >> >> I got the example from : >> https://github.com/beagleboard/bb.org-overlays/tree/master/src/arm >> >> Some information that I can collect, >> I tried to compile with on these lines : >> #include <dt-bindings/board/am335x-bbw-bbb-base.h> >> #include <dt-bindings/gpio/gpio.h> >> #include <dt-bindings/pinctrl/am33xx.h> >> >> >> >> debian@beaglebone:~/test$ dtc --version >> Version: DTC 1.4.4 >> debian@beaglebone:~/test$ uname -a >> Linux beaglebone 4.4.54-ti-r93 #1 SMP Fri Mar 17 13:08:22 UTC 2017 >> armv7l GNU/Linux >> >> >> >> >> the error : >> dtc EBB-GPIO-Example.dts -O dtb -o EBB-GPIO-Example-00A0.dtbo >> Error: EBB-GPIO-Example.dts:17.1-9 syntax error >> FATAL ERROR: Unable to parse input tree >> >> >> >> Does anyone know how to fix it ? or experience the same thing ? >> Thanks >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to the Google Groups >> "BeagleBoard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/beagleboard/768e5011-4f45-423d-887b-95793fadb391%40googlegroups.com >> <https://groups.google.com/d/msgid/beagleboard/768e5011-4f45-423d-887b-95793fadb391%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CALHSORpu2%3DUmhBgCOQznXbV83mHanzb117jyQOSoc_Ly_Ybz0g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
