Quantcast
Channel: Linux Device Hacking - Displays
Viewing all articles
Browse latest Browse all 91

3 compile issues dfx-ax: stdint.h, Makefile:277. two resolved... third no :( (3 replies)

$
0
0
Hi, first: very nice project! My dockstar will be happy to have a nice lcd mini monitor :)

But ... I have 3 compile issues with rev 42 of dpf-ax :(... first resolved, second "resolved", the third stop me :(

first:
cc -Wall -fPIC -I../include -g   -c -o dpflib.o dpflib.c
In file included from dpflib.c:14:0:
dpf.h:43:35: error: unknown type name ‘uint8_t’
resolved with: added include "stdint.h" to "dpflib/dpf.h".

second:
Building abeyerr_black
cat: .buildno: No such file or directory
Makefile:277: *** missing separator.  Stop.
cat: .buildno: No such file or directory
Makefile:277: *** missing separator.  Stop.
on every firmare.
line 277: - $(CC) -o $@ $(COM_CMD) $(RES128) -Wl-bENTRY=0x14e5 $<
resolved with replace "-" with ":".
(don't know if correct)

third:
Building abeyerr_black
ax206.h:33: syntax error: token -> 'at' ; column 6

On every firmware too... :( I don't know how I can correct this... :(

python identify.py /dev/sr0 work!
model: Your dpf is compatible with model ['taobao'].

But i need the firmware :)

Thank you for help!

Viewing all articles
Browse latest Browse all 91

Trending Articles