You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
Hi, i follow the document install it to my Debian/Linux.
Firstly, i export Makefile use MPLAB on windows.
Secondly, i use make to compile that project.But the pic30-ld has an error:
built in linker script:688:undefined symbol __reset referenced in expression.
My link script file is p24FJ32GA004.gld.(This is a simple project for pic24 chip).
I read pic30 compiler document, it has two startup code crt0.s and crt1.s.And my project hasn't some startup code in main.c file.How did i resolve this problem?