Pearl Posted August 31, 2003 Report Posted August 31, 2003 Hi ...... beim Kompilieren der LC Firmware v1.3 bekomme ich in MPLAB folgende Fehlermeldung:Deleting intermediary files... done.Executing: "C:\Programme\MPLAB IDE\MCHIP_Tools\mpasmwin.exe" /q /p18F452 "main.asm" /l"main.lst" /e"main.err"Error[113] D:\REMOTECONTROL\MIOS\MIDIBOX_LC_V1_3\USER_VECTORS.INC 45 : Symbol not previously defined (USER_LCD_Init)Error[113] D:\REMOTECONTROL\MIOS\MIDIBOX_LC_V1_3\USER_VECTORS.INC 46 : Symbol not previously defined (USER_LCD_Clear)Error[113] D:\REMOTECONTROL\MIOS\MIDIBOX_LC_V1_3\USER_VECTORS.INC 47 : Symbol not previously defined (USER_LCD_CursorSet)Error[113] D:\REMOTECONTROL\MIOS\MIDIBOX_LC_V1_3\USER_VECTORS.INC 48 : Symbol not previously defined (USER_LCD_PrintChar)Halting build on first failure as requested.BUILD FAILEDWas läuft da falsch ? Bei der Version v1.1.2b läuft das noch.Gruß Pearl Quote
TK. Posted September 1, 2003 Report Posted September 1, 2003 Hallo Pearl,"app_lcd.inc" fehlt im Archiv, das wird bei der naechsten Version nachgeholt.Quickfix: dieses File befindet sich auch in der MIOS Release, kopiere es einfach in das midibox_lc* VerzeichnisGruss, Thorsten. Quote
Pearl Posted September 1, 2003 Author Report Posted September 1, 2003 Hallo TK ..."app_lcd.inc" ist im Archiv vorhanden und auch im Projekt eingebunden ... daran kann es leider nicht liegen(alle anderen Projekte kann ich ohne Probleme kompilieren)Gruß Pearl Quote
Pearl Posted September 1, 2003 Author Report Posted September 1, 2003 Hi ...Ich habs gefunden :in der "main.asm" fehlt der Verweis auf die "app_lcd.inc"Gruß Pearl Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.