Hi everyone,
How do I compile \test\peripheral\usb\test_usb_hid_mouse.jal?
I tried with jallib.bat/jallib.py unittest with this command:
jallib.bat unittest d:\dev\jallib-github-svn-copy\test\peripheral\usb\test_usb_hid_mouse.jal
and get the following result:
['D:\\dev\\Jallib-github-svn-Copy\\compiler\\jalv2_64.exe', '-s', 'D:\\dev\\Jallib-github-svn-Copy\\include;.......... {more includes here}
['d:\\dev\\jallib-github-svn-copy\\test\\peripheral\\usb\\test_usb_hid_mouse.jal']
Error while compiling file (status=1).
See previous message.
Test results: {'failure': 1, 'notrun': None, 'success': None}
It says error compiling file but does not tell me what the error is.
Of course a regular compile of the file gives many errors because there is no chip defined. There are lines like this that are likely supposed to be replaced by the generator
;@jallib section board_description
;@jallib use chipdef
Do we still use this sample generator?
Thanks,
Matt.