I have this message when trying to compil with just the init usb serial macro and Flowcode 5.5.2.1 :
Code: Select all
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(60:26): error: unknown identifier 'USBEP0O'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(60:25): error: failed to set fixed address for variable 'bd0out'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(61:26): error: unknown identifier 'USBEP0I'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(61:25): error: failed to set fixed address for variable 'bd0in'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(62:26): error: unknown identifier 'USBEP1O'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(62:25): error: failed to set fixed address for variable 'bd1out'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(63:26): error: unknown identifier 'USBEP1I'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(63:25): error: failed to set fixed address for variable 'bd1in'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(64:26): error: unknown identifier 'USBEP2O'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(64:25): error: failed to set fixed address for variable 'bd2out'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(65:26): error: unknown identifier 'USBEP2I'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(65:25): error: failed to set fixed address for variable 'bd2in'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(66:26): error: unknown identifier 'USBEP3O'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(66:25): error: failed to set fixed address for variable 'bd3out'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(67:26): error: unknown identifier 'USBEP3I'
C:\PROGRA~2\Flowcode\v5\Tools\boostc\include\USB\pic_usb_buffer_mgt.c(67:25): error: failed to set fixed address for variable 'bd3in'
Code: Select all
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_PWM.c(57): error: left operand must be l-value
C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_PWM.c(57:13): error: failed to generate expression
Flowcode1.c success
failure
Code retour = 1
Code: Select all
Flowcode1.c
Starting preprocessor: C:\PROGRA~2\Flowcode\v5\Tools\boostc\pp.exe Flowcode1.c -i C:\PROGRA~2\Flowcode\v5\Tools\boostc\include -d _PIC18F47J53 -la -c2 -o Flowcode1.pp -v -d _BOOSTC -d _PIC18 -d _CHAR_INDEX
Flowcode1.c(313): error: missing right paren
Flowcode1.c(313): error: unexpected 'else'
Flowcode1.c(316): error: failure
failure
....Code retour = 1
Thank you for your help