Hello,
I download the emNet+embOS Demo Project from segger.com/evaluate-our-software/nxp/nxp-frdm-k64f/. And import the existing project into segger embedded studio.
When I try to compile, I found the errors below and fix them. I suggest you may update them in the K64F emNet Demo project on the website.
The enviroment:
OS: Ubuntu 16.04
Compiler: Segger Embedded Studio 4.52c
Demo Project: segger.com/downloads/eval/Segg…inetisFRDMK64F_CM3_Rowley
Thanks.
I download the emNet+embOS Demo Project from segger.com/evaluate-our-software/nxp/nxp-frdm-k64f/. And import the existing project into segger embedded studio.
When I try to compile, I found the errors below and fix them. I suggest you may update them in the K64F emNet Demo project on the website.
- about.hincluded in the file About.c is wrong,which should be About.h
- authen.h included in the file authen.c is wrong, which should be Authen.h
- embos.h included in the file embOS.c is wrong, which should be embOS.h
- index.h included in the file Index.c is wrong, which should be Index.h
- stats.h included in the file Stats.c is wrong, which should be Stats.h
- header files included in FS_RO.c, the prefix directory generated is wrong, which should be Generated. the header files' name also has some mistakes as mentioned above
- undefined __Vectors in the file RTOSInit_K64F_CMSIS.c. It should be "extern unsigned char _vectors;" and "#define __Vectors _vectors"
The enviroment:
OS: Ubuntu 16.04
Compiler: Segger Embedded Studio 4.52c
Demo Project: segger.com/downloads/eval/Segg…inetisFRDMK64F_CM3_Rowley
Thanks.