all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Building an open source cross development chain
@ 2016-02-10 14:30 deadbrain
  2016-02-11  1:01 ` Emanuel Berg
  0 siblings, 1 reply; 2+ messages in thread
From: deadbrain @ 2016-02-10 14:30 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all,
I'd like to know if someone succeed in building a full open source 
development chain around Emacs for embedded cross development(with 
gcc-arm-none-eabi cross compiler& deboger, openocd).
Can you debog directly from Emacs ?
All ideas are welcome...

Best regards
Jerome



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Building an open source cross development chain
  2016-02-10 14:30 Building an open source cross development chain deadbrain
@ 2016-02-11  1:01 ` Emanuel Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Emanuel Berg @ 2016-02-11  1:01 UTC (permalink / raw)
  To: help-gnu-emacs

deadbrain <jerome@javaxpert.com> writes:

> Hi all, I'd like to know if someone succeed in
> building a full open source development chain around
> Emacs for embedded cross development(with
> gcc-arm-none-eabi cross compiler& deboger, openocd).
> Can you debog directly from Emacs ? All ideas are
> welcome...

What's the first link in a "full open source
development chain"? I think that is a natural place to
start... You can worry about "deboging" later.

In general, on a Unix system, there are files that can
execute and files that cannot. The files that can
execute can produce and modify the files that are
static.

With Emacs, you can write files that can turn into
files that can execute. When the files can execute,
you can use Emacs as an interface to have them execute
in different ways and on different targets.

So assuming your tools are Unix tools, then *yes*, you
can operate them completely from Emacs.

And I really think you are onto something because that
is also the best way to operate things :)

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-11  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 14:30 Building an open source cross development chain deadbrain
2016-02-11  1:01 ` Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.