Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
Where is the kernel code? — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
Propeller 1
Where is the kernel code?
Kye
Posts:
2,200
2012-07-09 11:42
edited 2012-07-10 14:20
in
Propeller 1
It doesn't seem to exist in the lib directory. Where is is located? I was looking in the hg folder on the propgcc website.
Thanks,
Comments
jazzed
Posts:
11,803
2012-07-09 13:54
edited 2012-07-09 13:54
http://code.google.com/p/propgcc/source/browse/#hg%2Fgcc%2Fgcc%2Fconfig%2Fpropeller
(or propgcc/gcc/gcc/config/propeller in an hg clone)
look for crt0_lmm.s and friends.
Kye
Posts:
2,200
2012-07-09 16:11
edited 2012-07-09 16:11
That's buried in there.
Thanks,
pedward
Posts:
1,642
2012-07-10 14:20
edited 2012-07-10 14:20
Interesting, that GCC repo is the full GCC and includes all of the build files to make GCC for any supported platform.
Might be worthwhile to trim out the non-propeller stuff from the tree to reduce the clutter.
Is the propeller stuff going to be submitted back to the FSF once out of beta, so it's part of the main GCC distribution?
Sign In
or
Register
to comment.
Comments
http://code.google.com/p/propgcc/source/browse/#hg%2Fgcc%2Fgcc%2Fconfig%2Fpropeller
(or propgcc/gcc/gcc/config/propeller in an hg clone)
look for crt0_lmm.s and friends.
Thanks,
Might be worthwhile to trim out the non-propeller stuff from the tree to reduce the clutter.
Is the propeller stuff going to be submitted back to the FSF once out of beta, so it's part of the main GCC distribution?