gabonator / DS203

DS203 quad oscilloscope firmware compatible with gcc
http://www.valky.eu/?data/hardware/ds203.txt
289 stars 86 forks source link

Linux compilation. #26

Open naquad opened 10 years ago

naquad commented 10 years ago

Toolchain:

arm-none-eabi-binutils 2.24-1
arm-none-eabi-gcc 4.8.2-8

Version: master.

Resulting HEX file size: 491111 Which is 20070 bytes larger then what's in repository.

After building I've tried to upload resulting HEX and start the app: I see only b/w stripes on the screen.

Also I've noted that LDS files for Linux are missing: there's only app1_linux.lds. I've patched app3_win.lds and that didn't help either.

P.S. I've received several error: invalid pure specifier (only '= 0' is allowed) before ';' token. Patched Source/Framework/Eval.h:401 and Source/Gui/Oscilloscope/Meas/Decoders/Serial.h:3 = NULL -> = 0