Skip to content

"open ctags_target_for_gcc_minus_e.cpp: no such file or directory" #67

@mplewis

Description

@mplewis

Hello! I'm trying to compile a Hello World sketch against my hardware definition. I'm running into an error and I'm not sure what to do next.

$ ./arduino-builder -verbose -preprocess -compile -hardware=/Users/mplewis/tmp/hw -tools=/Users/mplewis/tmp/tools -fqbn=punchthrough:avr:lightblue-bean -build-path=/Users/mplewis/tmp/out /Users/mplewis/tmp/sketch/good_sketch.ino
Warning: platform.txt from core 'Arduino AVR Boards' contains deprecated recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}", automatically converted to recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{archive_file_path}" "{object_file}". Consider upgrading this core.
WARNING: Category '' in library EEPROM is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library SPI is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library SoftwareSerial is not valid. Setting to 'Uncategorized'
WARNING: Category '' in library Wire is not valid. Setting to 'Uncategorized'
"/Users/mplewis/tmp/tools/avr/bin/avr-g++"  -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -DF_CPU=8000000L -DARDUINO=10600 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR         "-I/Users/mplewis/tmp/hw/punchthrough/avr/cores/bean" "-I/Users/mplewis/tmp/hw/punchthrough/avr/variants/bean" "/Users/mplewis/tmp/out/sketch/good_sketch.ino.cpp"
"/Users/mplewis/tmp/tools/avr/bin/avr-g++"  -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -DF_CPU=8000000L -DARDUINO=10600 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR         "-I/Users/mplewis/tmp/hw/punchthrough/avr/cores/bean" "-I/Users/mplewis/tmp/hw/punchthrough/avr/variants/bean" "/Users/mplewis/tmp/out/sketch/good_sketch.ino.cpp"
"/Users/mplewis/tmp/tools/avr/bin/avr-g++"  -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics  -w -x c++ -E -CC -DF_CPU=8000000L -DARDUINO=10600 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR         "-I/Users/mplewis/tmp/hw/punchthrough/avr/cores/bean" "-I/Users/mplewis/tmp/hw/punchthrough/avr/variants/bean" "/Users/mplewis/tmp/out/sketch/good_sketch.ino.cpp"
open /Users/mplewis/tmp/out/preproc/ctags_target_for_gcc_minus_e.cpp: no such file or directory

Build stops at this point. out/preproc/ctags_target_for_gcc_minus_e.cpp does not exist.

It seems like Builder is looking for a file that doesn't exist, but I'm not sure why. Can anyone shed some light on the issue I am facing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: supportOT: Request for help using the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions