Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux firmware installation problem #23

Open
fazekas1974 opened this issue Jan 2, 2016 · 0 comments
Open

Linux firmware installation problem #23

fazekas1974 opened this issue Jan 2, 2016 · 0 comments

Comments

@fazekas1974
Copy link

Dear rpcope1!
I want to use the Hantek6022 but the oscilloscope firmware in building stuck under Ubuntu 4.14:

fazekas@fazekas-ESPRIMO-E3500:~/Letöltések/Hantek6022API-master/PyHT6022/HantekF
irmware/custom$ make
for a in dscr.a51; do
cp $a build/;
cd build && sdas8051 -logs basename $a && cd ..; done
for s in fw.c device.c; do
THISREL=$(basename echo "$s" | sed -e 's/\.c$/\.rel/');
sdcc -mmcs51 --code-size 0x3c00 --xram-size 0x0100 --xram-loc 0x3c00 -Wl"-b DSCR_AREA=0x3d00" -Wl"-b INT2JT=0x3f00" -c -I ../fx2lib/include $s -o build/$THISREL ; done
fw.c:62: warning 158: overflow in implicit constant conversion
sdcc -mmcs51 --code-size 0x3c00 --xram-size 0x0100 --xram-loc 0x3c00 -Wl"-b DSCR_AREA=0x3d00" -Wl"-b INT2JT=0x3f00" -o build/firmware.ihx build/fw.rel build/device.rel build/dscr.rel fx2.lib -L ../fx2lib/lib
Multiple definition of _handle_get_descriptor
make: *** [build/firmware.ihx] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant