Shop OBEX P1 Docs P2 Docs Learn Events
PropGCC linker error — Parallax Forums

PropGCC linker error

Has anyone ever seen this linker error?
built in linker script:197: undefined symbol `PAR' referenced in expression
Sounds like the "PAR" hardware register but I'm not sure who it would be undefined.

Comments

  • David BetzDavid Betz Posts: 14,511
    edited 2018-11-25 00:35
    I guess I see the problem. It seems propeller-elf-ld is not being invoked correctly. I fixed it by invoking the linker indirectly through propeller-elf-gcc.
  • Sure sounds weird. Let us know if you figure out why it's acting screwy. What command(s) did you use?
Sign In or Register to comment.