Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » xtensa-lx106 toolchain(Makefile and project setting)
xtensa-lx106 toolchain [message #1767371] Wed, 05 July 2017 06:44 Go to next message
Eclipse UserFriend
Dear
I have a sample project that use makefile for project settings. I want to remove make file from project and do the settings in project .
In make file :
# select which tools to use as compiler, librarian and linker
CC := $(XTENSA_TOOLS_ROOT)/xtensa-lx106-elf-gcc
CXX := $(XTENSA_TOOLS_ROOT)/xtensa-lx106-elf-g++
AR := $(XTENSA_TOOLS_ROOT)/xtensa-lx106-elf-ar
LD := $(XTENSA_TOOLS_ROOT)/xtensa-lx106-elf-gcc
OBJCOPY := $(XTENSA_TOOLS_ROOT)/xtensa-lx106-elf-objcopy
OBJDUMP := $(XTENSA_TOOLS_ROOT)/xtensa-lx106-elf-objdump

But in toolchain editor, there is no xtensa-lx106 option.
Is it possible that I choose another options:
MinGW GCC
Cross GCC
Cygwin GCC
GNU Autotools toolchain
Linux GCC
MacOSX GCC
Solaris GCC
Microsoft Visual C++
or any other way to select xtensa?
Best Regards
Re: xtensa-lx106 toolchain [message #1767375 is a reply to message #1767371] Wed, 05 July 2017 07:57 Go to previous message
Eclipse UserFriend
You want to use Cross GCC as your project type and specify the value of $(XTENSA_TOOLS_ROOT) as the path to the tools and xtensa-lx106-elf- as the prefix.

PS. I *highly* recommend creating a new project selecting Cross GCC at that point rather than trying to change an already created project. That will increase the odds that your project is properly configured.

[Updated on: Wed, 05 July 2017 07:58] by Moderator

Previous Topic:crashes following upgrade to debian stretch
Next Topic:Failed to resolve target definition : Could not find org.eclipse.cdt.core/6.3.1.201706122201
Goto Forum:
  


Current Time: Mon Mar 17 21:44:30 EDT 2025

Powered by FUDForum. Page generated in 0.03699 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top