Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
114aabc6
Commit
114aabc6
authored
Aug 15, 2012
by
Henrik Nordstrom
Browse files
jtag-loop: correct build instructions
parent
2adad031
Changes
2
Hide whitespace changes
Inline
Side-by-side
jtag-loop.S
View file @
114aabc6
...
@@ -21,11 +21,11 @@
...
@@ -21,11 +21,11 @@
Build
instructions
:
Build
instructions
:
arm
-
none
-
linux
-
gnueabi
-
gcc
-
g
-
fno
-
common
-
ffixed
-
r8
-
msoft
-
float
-
fno
-
builtin
-
ffreestanding
-
nostdinc
-
mno
-
thumb
-
interwork
-
Wall
-
Wstrict
-
prototypes
-
fno
-
stack
-
protector
-
Wno
-
format
-
nonliteral
-
Wno
-
format
-
security
-
fno
-
toplevel
-
reorder
fel
-
loop
.
S
-
c
arm
-
none
-
linux
-
gnueabi
-
gcc
-
g
-
fno
-
common
-
ffixed
-
r8
-
msoft
-
float
-
fno
-
builtin
-
ffreestanding
-
nostdinc
-
mno
-
thumb
-
interwork
-
Wall
-
Wstrict
-
prototypes
-
fno
-
stack
-
protector
-
Wno
-
format
-
nonliteral
-
Wno
-
format
-
security
-
fno
-
toplevel
-
reorder
jtag
-
loop
.
S
-
c
arm
-
none
-
linux
-
gnueabi
-
objcopy
-
O
binary
fel
-
loop
.
o
fel
-
loop
.
bin
arm
-
none
-
linux
-
gnueabi
-
objcopy
-
O
binary
jtag
-
loop
.
o
jtag
-
loop
.
bin
arm
-
none
-
linux
-
gnueabi
-
nm
fel
-
loop.
o
mksunxiboot
jtag
-
loop.bin
jtag
-
loop
.
sunxi
*/
*/
.
file
"
fel
-
loop.S
"
.
file
"
fel
-
loop.S
"
...
...
jtag-loop.c
View file @
114aabc6
...
@@ -24,9 +24,9 @@ Build instructions:
...
@@ -24,9 +24,9 @@ Build instructions:
arm-none-linux-gnueabi-gcc -g -fno-common -ffixed-r8 -msoft-float -fno-builtin -ffreestanding -nostdinc -mno-thumb-interwork -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -Os jtag-loop.c -c
arm-none-linux-gnueabi-gcc -g -fno-common -ffixed-r8 -msoft-float -fno-builtin -ffreestanding -nostdinc -mno-thumb-interwork -Wall -Wstrict-prototypes -fno-stack-protector -Wno-format-nonliteral -Wno-format-security -fno-toplevel-reorder -Os jtag-loop.c -c
arm-none-linux-gnueabi-objcopy -O binary
fel
-loop.o
fel
-loop.bin
arm-none-linux-gnueabi-objcopy -O binary
jtag
-loop.o
jtag
-loop.bin
mksunxiboot
fel
-loop.bin
fel
-loop.sunxi
mksunxiboot
jtag
-loop.bin
jtag
-loop.sunxi
*/
*/
void
_start
(
void
)
void
_start
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment