[Flashforth-devel] FF5.0 compilation problem
Brought to you by:
oh2aun
From: Attila H. <att...@gm...> - 2024-05-19 16:25:28
|
Hi Mikael, and the other FF friends, I have downloaded the latest version of the FF5.0 to generate an uptodate hex file instead of my old one for PIC18F26k42. Unfortunately it caused some problem. Two lines in the ff-pic18.S makes error: ../src/ff-pic18.S:877:: error: (876) syntax error ../src/ff-pic18.S:878:: error: (800) undefined symbol "USBDriverService" Without theese lines the compilation seemingly succesful, but the result is unusable. Although the hex file contains the FF code, but it is starting at $DC60 not at zero address, The 0 to DC5F range contains FF. The eeprom also full of FF. Please help me! BR: Attila Herman |