jtag: linuxgpiod: drop extra parenthesis
[openocd.git] / testing / examples / ledtest-imx27ads / Makefile
1 # This will make the test program for a Freescale iMX27 ADS Board with a
2 # FreeScale iMX27 CPU
3
4 PROC=arm
5 TYPE=926ejs-linux
6 LDSCRIPT=ldscript
7
8 PATH:=/opt/freescale/usr/local/gcc-4.1.1-glibc-2.4-nptl-sf-1/arm-926ejs-linux/bin/:$(PATH)
9 CC=$(PROC)-$(TYPE)-gcc
10 AS=$(PROC)-$(TYPE)-as
11 AR=$(PROC)-$(TYPE)-ar
12 LD=$(PROC)-$(TYPE)-ld
13 NM=$(PROC)-$(TYPE)-nm
14 OBJDUMP=$(PROC)-$(TYPE)-objdump
15 CFLAGS= -g -c -mcpu=arm920t
16
17 all: test.elf
18
19 # Make a little endian image:
20 # In Eclipse, add the line :
21 # source gdbinit
22 # to : Run -> Debug... (menu) -> Commands (tab): Commands (listbox)
23 # To start gdb from a window use : arm-elf-gdb --command=gdbinit
24 test.elf: test.c Makefile ldscript crt0.S
25 $(CC) $(CFLAGS) -o crt0.o crt0.S
26 $(CC) $(CFLAGS) -o test.o test.c
27 $(LD) -g -v -T$(LDSCRIPT) -o test.elf crt0.o test.o
28 $(NM) test.elf
29
30
31 dump:
32 $(OBJDUMP) --all-headers test.elf
33
34 dump_test:
35 $(OBJDUMP) --disassemble test.elf
36
37 dump_full:
38 $(OBJDUMP) --full-contents test.elf
39
40 clean:
41 -/bin/rm -f *.o *~ test.elf

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)