Please update to release 6.2.0 as per "Segmentation Fault" Error.
Hello Guys,
I have xcode Version 8.3.1 (8E1000a) and ESP8266 Version 2.3.0-rc2 on a Mac installed.
Arduino is installad in the Version 1.8.2
Same Problems as described before from other users ...
/Makefiles/Step1.mk:437: *** generic board is unknown. Stop.
$(error $(BOARD_TAG) board is unknown)
Any Ideas?
Cheers, Stefan
As for other users, please open a ticket at the Help Desk and provide the details listed at What Information to Provide When Asking for Help.
embedXcode currently supports
ESP8266_RELEASE = 2.3.0
Now, you can update the board package or edit the About.mk file following the procedure Update the Releases for the Board Packages.
I got it working !
Version 2.3.0 is stable
Cheers Stefan
make: /Users/respect/Library/Arduino15/packages/arduino/tools/bossac/1.7.0/bossac: No such file or directory
make: *** [raw_upload] Error 1
xcode Version 8.3.2 (8E2002)
arduino 1.8.2
arduino due
Install Arduino SAMD Boards (32-bits ARM Cortex-M0+).
Thanks, helped.
embedXcode+ - What additional functions does it include?
I am getting the noob error.....
"Error: sketchbook path not found"
My setting in Arduino IDE is: "/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino"
I also tried location "/Users/klm47954/Documents/Arduino"
But I get the same error....
P.s. My projects in the Arduino IDE work just fine with these locations set...
MacBookPro13,3 (15" TouchBar)
macOS 10.12.4 (16E195)
XCode Version 8.3.2 (8E2002)
Arduino IDE 1.8.2
embedXcode (not the + version because trying out)
Arduino Uno rev. 3
Error details:
/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/xcodeprojects/DSG-GearMonitor/DSG-GearMonitor/Makefiles/ArduinoAVR_180.mk:65: *** Error: sketchbook path not found. Stop.
~/Library/Arduino15/preferences.txt:
board=uno
boardsmanager.additional.urls=
build.verbose=false
build.warn_data_percentage=75
compiler.cache_core=true
compiler.warning_level=none
console=true
console.auto_clear=true
console.error.file=stderr.txt
console.length=500
console.lines=4
console.output.file=stdout.txt
editor.antialias=true
editor.caret.blink=true
editor.code_folding=false
editor.divider.size=0
editor.external=false
editor.font=Monaco,plain,12
editor.indent=true
editor.invalid=false
editor.keys.alternative_cut_copy_paste=false
editor.keys.home_and_end_beginning_end_of_doc=false
editor.keys.shift_backspace_is_delete=true
editor.languages.current=
editor.linenumbers=false
editor.save_on_verify=true
editor.tabs.expand=true
editor.tabs.size=2
editor.update_extension=true
editor.window.height.default=600
editor.window.height.min=290
editor.window.width.default=500
editor.window.width.min=400
export.applet.separate_jar_files=false
export.application.fullscreen=false
export.application.platform=true
export.application.stop=true
export.delete_target_folder=true
gui.scale=auto
last.ide.1.8.2.daterun=1493300363
last.ide.1.8.2.hardwarepath=/Applications/Arduino.app/Contents/Java/hardware
last.screen.height=900
last.screen.width=1440
last.sketch.count=1
last.sketch.default.location=35,22,1405,878,712,6
last.sketch.default.path=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/DSG-GearMonitor/DSG-GearMonitor.ino
last.sketch0.location=35,22,1405,878,712,6
last.sketch0.path=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/DSG-GearMonitor/DSG-GearMonitor.ino
platform.auto_file_type_associations=true
preproc.color_datatype=true
preproc.enhanced_casting=true
preproc.imports.list=java.applet.,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.,java.net.,java.text.,java.util.,java.util.zip.,java.util.regex.*
preproc.output_parse_tree=false
preproc.save_build_files=false
preproc.substitute_floats=true
preproc.substitute_unicode=true
preproc.web_colors=true
programmer=arduino:avrispmkii
proxy.manual.hostname=
proxy.manual.password=
proxy.manual.port=
proxy.manual.type=HTTP
proxy.manual.username=
proxy.pac.url=
proxy.type=auto
recent.sketches=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/DSG-GearMonitor/DSG-GearMonitor.ino,/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/bicolor8x8/bicolor8x8.ino,/Applications/Arduino.app/Contents/Java/examples/01.Basics/Blink/Blink.ino,/Applications/Arduino.app/Contents/Java/examples/01.Basics/BareMinimum/BareMinimum.ino
run.display=1
run.options=
run.options.memory=false
run.options.memory.initial=64
run.options.memory.maximum=256
run.present.bgcolor=#666666
run.present.exclusive=true
run.present.stop.color=#cccccc
serial.databits=8
serial.debug_rate=9600
serial.parity=N
serial.port=/dev/cu.usbmodem1441
serial.port.file=cu.usbmodem1441
serial.port.iserial=75630313536351A0C0B2
serial.stopbits=1
sketchbook.path=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino
software=ARDUINO
target_package=arduino
target_platform=avr
update.check=true
update.id=9093398885407155017
upload.using=bootloader
upload.verbose=false
upload.verify=true
I am trying to bring my project from VisualMicro for Windows to embedXcode/Arduino. I managed to fix most of issues (there were not that many), but one still persists: I am not able to get SdFat library working. I use the Data logger sketch that comes with the library as a sort of test bed. It compiles fine under visual micro as well as the normal Arduino IDE.
When I try to compile it in embedXcode, I get some „undefined reference to“ errors from linker
/Users/xxx/Library/Developer/Xcode/DerivedData/w1k-hceiuzqjyfurxefrcitlorgxfrjb/Build/Products/Debug/SDCard.cpp.o: In function `PrintFile::write(unsigned char const*, unsigned int)':
The library is listed in makefile, gets compiled (at least partially) - I can see three .o files in the build folder (SdFat.cpp.o, SdFatUtil.cpp.o and MinumSerial.cpp.o). SDCard.cpp is an implementation of my class that uses the library, but I get the same error for built-in examples).
I have opened a support ticket, got some good advice, but apparently not enough to fix the problem. Any more hints as where to look next?
Best solution is to open a ticket at the Help Desk and provide a minimal example so I can replicate and investigate the issue.
Sudetak:
I am trying to bring my project from VisualMicro for Windows to embedXcode/Arduino. I managed to fix most of issues (there were not that many), but one still persists: I am not able to get SdFat library working.[...]
I have opened a support ticket, got some good advice, but apparently not enough to fix the problem. Any more hints as where to look next?
I took the Datalogger.ino example and compiled it successfully on embedXcode.
Please ensure the main makefile lists
APP_LIBS_LIST = SPI SD
tychop:
I am getting the noob error....."Error: sketchbook path not found"
My setting in Arduino IDE is: "/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino"
I also tried location "/Users/klm47954/Documents/Arduino"But I get the same error....
P.s. My projects in the Arduino IDE work just fine with these locations set...
MacBookPro13,3 (15" TouchBar)
macOS 10.12.4 (16E195)
XCode Version 8.3.2 (8E2002)
Arduino IDE 1.8.2
embedXcode (not the + version because trying out)
Arduino Uno rev. 3Error details:
/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/xcodeprojects/DSG-GearMonitor/DSG-GearMonitor/Makefiles/ArduinoAVR_180.mk:65: *** Error: sketchbook path not found. Stop.~/Library/Arduino15/preferences.txt:
board=uno
boardsmanager.additional.urls=
build.verbose=false
build.warn_data_percentage=75
compiler.cache_core=true
compiler.warning_level=none
console=true
console.auto_clear=true
console.error.file=stderr.txt
console.length=500
console.lines=4
console.output.file=stdout.txt
editor.antialias=true
editor.caret.blink=true
editor.code_folding=false
editor.divider.size=0
editor.external=false
editor.font=Monaco,plain,12
editor.indent=true
editor.invalid=false
editor.keys.alternative_cut_copy_paste=false
editor.keys.home_and_end_beginning_end_of_doc=false
editor.keys.shift_backspace_is_delete=true
editor.languages.current=
editor.linenumbers=false
editor.save_on_verify=true
editor.tabs.expand=true
editor.tabs.size=2
editor.update_extension=true
editor.window.height.default=600
editor.window.height.min=290
editor.window.width.default=500
editor.window.width.min=400
export.applet.separate_jar_files=false
export.application.fullscreen=false
export.application.platform=true
export.application.stop=true
export.delete_target_folder=true
gui.scale=auto
last.ide.1.8.2.daterun=1493300363
last.ide.1.8.2.hardwarepath=/Applications/Arduino.app/Contents/Java/hardware
last.screen.height=900
last.screen.width=1440
last.sketch.count=1
last.sketch.default.location=35,22,1405,878,712,6
last.sketch.default.path=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/DSG-GearMonitor/DSG-GearMonitor.ino
last.sketch0.location=35,22,1405,878,712,6
last.sketch0.path=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/DSG-GearMonitor/DSG-GearMonitor.ino
platform.auto_file_type_associations=true
preproc.color_datatype=true
preproc.enhanced_casting=true
preproc.imports.list=java.applet.,java.awt.Dimension,java.awt.Frame,java.awt.event.MouseEvent,java.awt.event.KeyEvent,java.awt.event.FocusEvent,java.awt.Image,java.io.,java.net.,java.text.,java.util.,java.util.zip.,java.util.regex.*
preproc.output_parse_tree=false
preproc.save_build_files=false
preproc.substitute_floats=true
preproc.substitute_unicode=true
preproc.web_colors=true
programmer=arduino:avrispmkii
proxy.manual.hostname=
proxy.manual.password=
proxy.manual.port=
proxy.manual.type=HTTP
proxy.manual.username=
proxy.pac.url=
proxy.type=auto
recent.sketches=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/DSG-GearMonitor/DSG-GearMonitor.ino,/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino/projects/bicolor8x8/bicolor8x8.ino,/Applications/Arduino.app/Contents/Java/examples/01.Basics/Blink/Blink.ino,/Applications/Arduino.app/Contents/Java/examples/01.Basics/BareMinimum/BareMinimum.ino
run.display=1
run.options=
run.options.memory=false
run.options.memory.initial=64
run.options.memory.maximum=256
run.present.bgcolor=#666666
run.present.exclusive=true
run.present.stop.color=#cccccc
serial.databits=8
serial.debug_rate=9600
serial.parity=N
serial.port=/dev/cu.usbmodem1441
serial.port.file=cu.usbmodem1441
serial.port.iserial=75630313536351A0C0B2
serial.stopbits=1
sketchbook.path=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino
software=ARDUINO
target_package=arduino
target_platform=avr
update.check=true
update.id=9093398885407155017
upload.using=bootloader
upload.verbose=false
upload.verify=true
I think, I had similar issues but with Teensy board and therefore different makefile. Basically, the system couldn't find preferences.txt file in order to extract sketchbook path. This file is located in ~/Library/Arduino15/preferences.txt
In my case, the following line would through Error: sketchbook path not found because of the following part:
ifeq ($(wildcard $(SKETCHBOOK_DIR)),)
SKETCHBOOK_DIR = $(shell grep sketchbook.path $(ARDUINO_180_LIBRARY_PATH)/preferences.txt | cut -d = -f 2)
endif
Namely with variable ARDUINO_180_LIBRARY_PATH. So I defined it just before this if statement:
ARDUINO_180_LIBRARY_PATH=~/Library/Arduino15
This worked for me.)
sketchbook.path=/Users/klm47954/Library/Mobile Documents/com~apple~CloudDocs/Arduino
The problem is, the path to the sketchbook contains special characters, which are not very friendly with GCC. ~
is considered as /Users/klm47954
.
Please refer to Avoid spaces and special characters in the name and path of the projects.
I am getting the error "/Users/Danny/Documents/Xcode/Arduino/Arduino/Makefiles/Step1.mk:279: *** uno board is unknown. Stop.
"
and it shows this :
What should i do ?
dadamou1997:
I am getting the error "/Users/Danny/Documents/Xcode/Arduino/Arduino/Makefiles/Step1.mk:279: *** uno board is unknown. Stop.
"
and it shows this :
[...]What should i do ?
![]()
![]()
Help yourself!
- See Check platforms and MCUs page 326 sq. of the User Manual
- Read Check platforms and MCUs on the Help Desk portal
- If neither solutions work, open a ticket on the Help Desk.
The embedXcode User Manual is now available as a dedicated website.
avenue33:
Help yourself!
- See Check platforms and MCUs page 326 sq. of the User Manual
- Read Check platforms and MCUs on the Help Desk portal
- If neither solutions work, open a ticket on the Help Desk.
@avenue33. Just to let you know the User Manual is not available in the UK. I have the same error as above and am trying to solve it:
*** uno board is unknown. Stop.
The User Manual as an iBook has been discontinued since September 29, 2017.
The User Manual is now available as a website.
Hi everyone!
I have a question. Where I can get embedXcode for El Capitan 10.11.6, Xcode 7 working with Teensy 3.2?
Thank you!!!
Please check the download page of the embedXcode website.
For legacy systems with Xcode 8 on Mac OS X 10.11 El Capitan or macOS 10.12 Sierra, please select the embedXcode Legacy 8 installation package. It corresponds to embedXcode release 7.6.8.