Trying to get ff5.0 going for pic18.
Downloaded ff5.0.zip
Opened project pic18/ff_usb.mcp with MPLAB 8.60
BuildAll returns:
Error - could not find file 'C:\l\FF\ff5.0\flashforth-code-f2db5fde2e258ad6b8ce3f48ffa48da1d294a70c\pic18\lib\FF_USB_18F14K50.lib'.
\lib is in the mplab project tree, but not in zip file. Am I missing some files?
(tried removing from project, but then error is "Error - could not find definition of symbol 'USBDriverService' in file './ff-pic18.o'." )
Also tried building ff_uart.mcp , also gives "Error - could not find definition of symbol 'USBDriverService' in file './ff-pic18.o'."
Last edit: Simon Bridger 2017-12-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well I used them, so they were still useful to me.
I will zip up what I have in a couple of days, for you so you get corrected ones, and I have added the libary one.
(btw, in the end the major problem was that the microchip eval board had a jumper fitting linking VDD and VUSB)
I suggest that rather than mirroring the mplabx directories into the zip, that you use the "package as zip" function to export the project from mplabx.
Then they can be used directly with https://mplabxpress.microchip.com/mplabcloud/ide
(I tried zipping and uploading what was in pic18, but couldn't get it to work)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Trying to get ff5.0 going for pic18.
Downloaded ff5.0.zip
Opened project pic18/ff_usb.mcp with MPLAB 8.60
BuildAll returns:
Error - could not find file 'C:\l\FF\ff5.0\flashforth-code-f2db5fde2e258ad6b8ce3f48ffa48da1d294a70c\pic18\lib\FF_USB_18F14K50.lib'.
\lib is in the mplab project tree, but not in zip file. Am I missing some files?
(tried removing from project, but then error is "Error - could not find definition of symbol 'USBDriverService' in file './ff-pic18.o'." )
Also tried building ff_uart.mcp , also gives "Error - could not find definition of symbol 'USBDriverService' in file './ff-pic18.o'."
Last edit: Simon Bridger 2017-12-08
Check install.txt
Last edit: Mikael Nordman 2017-12-08
I have managed to make it in MPLAB, now to get it working....
Are the ??.X directories mplabx projects? I didn't have much luck trying to zip them up with the source and use them with https://mplabxpress.microchip.com/mplabcloud/ide
Last edit: Simon Bridger 2017-12-08
Yes, The .X files are for mplabx projects.
So install MPLABX ?
I should remove the MPLAB files, I never update them.
Actually I have not checked that the MPLAB.X files ure upto date either.
Well I used them, so they were still useful to me.
I will zip up what I have in a couple of days, for you so you get corrected ones, and I have added the libary one.
(btw, in the end the major problem was that the microchip eval board had a jumper fitting linking VDD and VUSB)
I suggest that rather than mirroring the mplabx directories into the zip, that you use the "package as zip" function to export the project from mplabx.
Then they can be used directly with https://mplabxpress.microchip.com/mplabcloud/ide
(I tried zipping and uploading what was in pic18, but couldn't get it to work)
Why did you add the library directory? The new FF does not contain any libraries.
Last edit: Mikael Nordman 2017-12-14