Skip to content

Yet another 1.6.6+ (1.6.6 /1.6.7/1.6.8) issue involving UTFT library. #4880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghlawrence2000 opened this issue Apr 18, 2016 · 4 comments
Closed

Comments

@ghlawrence2000
Copy link

I am hoping somebody can get to the bottom of this since I can give you a repeatable situation to work with!

Henning Karlsen's UTFT libraries have been around for a long time and worked flawlessly prior to IDE V 1.6.6. The situation I will describe is based on a Windows 7 x64 OS, with target board Arduino DUE.

Any of the example sketches, or indeed my own sketches using UTFT have the same problem under 1.6.6 or later.

The situation I have is this.... IDE V1.6.5 no problems at all, I can load a sketch (any sketch) which uses UTFT, compile it as many times as I wish without error.

IDE 1.6.6 onwards, I can load a sketch compile a single time without error, make NO changes, and try to compile again, I get an error.
GetFileAttributesEx F:\Arduino\libraries\UTFT\UTFT.cpp F:\Arduino\libraries\UTFT\UTFT.h: The filename, directory name, or volume label syntax is incorrect. Error compiling for board Arduino Due (Native USB Port).

I have figured out how to get round it, but would like to know what is causing it.

With verbose during compilation enabled, I can locate the build folder, through trial and error, I have narrowed it down to \buildfolder\libraries\UTFT\ in this folder there are 4 files.
DefaultFonts.c.d
DefaultFonts.c.o
UTFT.cpp.d
UTFT.cpp.o

If I delete EITHER of the UTFT.cpp files..... compilation is successful, but if those files are both in the build folder, compilation WILL fail with the error previously stated.

Why specifically is UTFT causing this? I can have several Libraries in the build folder.... but the 'fix' remains the same, if I delete UTFT.cpp.d OR UTFT.cpp.O compilation is successful but will fail if BOTH of these files remain in the build folder.

I really hope you can do something about this as I cannot be the only one with this problem, and UTFT is certainly a common/popular library. I am using V2.81 downloaded directly from rinkydinkelectronics If you require any further information please let me know.

Thanks,

Graham

@matthijskooijman
Copy link
Collaborator

GetFileAttributesEx F:\Arduino\libraries\UTFT\UTFT.cpp F:\Arduino\libraries\UTFT\UTFT.h: The filename, directory name, or volume label syntax is incorrect.

There are two filenames in that error message. I suspect that the .d (dependencies) file is parsed incorrectly, and it ends up with two names in a single filename. Could you paste the full contents of the UTFT.cpp.d file?

@ghlawrence2000
Copy link
Author

ghlawrence2000 commented Apr 18, 2016

Hi mattthijs,

Here is the entire file

C:\Users\Graham\AppData\Local\Temp\builde33ce9ddee6346054afe0349d71c85f0.tmp\libraries\UTFT\UTFT.cpp.o: \
 F:\Arduino\libraries\UTFT\UTFT.cpp F:\Arduino\libraries\UTFT\UTFT.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/Arduino.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/avr/pgmspace.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/avr/interrupt.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/binary.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/itoa.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/chip.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/sam3xa.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/sam3x8e.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/CMSIS/Include/core_cm3.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/CMSIS/Include/core_cmInstr.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/CMSIS/Include/core_cmFunc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/system_sam3xa.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_adc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_can.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_chipid.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dacc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_dmac.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_efc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_emac.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_gpbr.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_hsmci.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_matrix.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_pdc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_pio.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_pmc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_pwm.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_rstc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_rtc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_rtt.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_smc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_spi.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_ssc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_supc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_tc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_trng.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_twi.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_uart.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_uotghs.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_usart.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/component/component_wdt.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_hsmci.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_ssc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_spi0.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_tc0.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_tc1.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_tc2.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_twi0.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_twi1.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_pwm.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_usart0.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_usart1.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_usart2.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_usart3.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_uotghs.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_emac.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_can0.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_can1.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_trng.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_adc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_dmac.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_dacc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_smc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_matrix.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_pmc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_uart.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_chipid.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_efc0.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_efc1.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_pioa.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_piob.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_pioc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_piod.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_rstc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_supc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_rtt.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_wdt.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_rtc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/instance/instance_gpbr.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/CMSIS/Device/ATMEL/sam3xa/include/pio/pio_sam3x8e.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/adc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/../chip.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/dacc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/interrupt_sam_nvic.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/efc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/gpbr.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/pio.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/pmc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/pwmc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/rstc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/rtc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/rtt.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/spi.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/ssc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/tc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/twi.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/usart.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/wdt.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/timetick.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/USB_device.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/USB_host.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/can.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/emac.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/trng.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/uotghs_device.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\system/libsam/include/uotghs_host.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/wiring_constants.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/WCharacter.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/WString.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/Tone.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/WMath.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/HardwareSerial.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/Stream.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/Print.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/Printable.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/wiring_pulse.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\variants\arduino_due_x/variant.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/UARTClass.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/RingBuffer.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/USARTClass.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/UARTClass.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/syscalls.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/wiring.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/wiring_digital.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/wiring_analog.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/wiring_shift.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/WInterrupts.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/Arduino.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/watchdog.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/USB/USBDesc.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/USB/USBCore.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/USB/USBAPI.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/RingBuffer.h \
 C:\Users\Graham\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.7\cores\arduino/Stream.h \
 F:\Arduino\libraries\UTFT\hardware/arm/HW_ARM_defines.h \
 F:\Arduino\libraries\UTFT\hardware/arm/HW_ARM.h \
 F:\Arduino\libraries\UTFT\hardware/arm/HW_SAM3X8E.h \
 F:\Arduino\libraries\UTFT\memorysaver.h \
 F:\Arduino\libraries\UTFT\tft_drivers/ssd1289/initlcd.h \
 F:\Arduino\libraries\UTFT\tft_drivers/ssd1963/800/initlcd.h \
 F:\Arduino\libraries\UTFT\tft_drivers/cpld/initlcd.h \
 F:\Arduino\libraries\UTFT\tft_drivers/ssd1289/setxy.h \
 F:\Arduino\libraries\UTFT\tft_drivers/ssd1963/800/setxy.h \
 F:\Arduino\libraries\UTFT\tft_drivers/cpld/setxy.h

Thanks,

Graham

@ghlawrence2000
Copy link
Author

Frigging awesome....... after the initial SINGLE answer, nothing since..... Is this the best we can expect from the team??

:(

Graham

@matthijskooijman
Copy link
Collaborator

I was actually working my way back through my mailbox after a busy period and looking into this just as you wrote that comment :-)

It seems arduino-builder improperly parses the .d file. There is enough info to fix this, just somebody has to sit down and do it now :-)

I've created arduino/arduino-builder#136 to track this, since this is a bug in arduino-builder and not the Arduino IDE itself, so I'm closing this issue. If you have further comments, please leave them there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants