This is the development board I use. sg2000
这是我使用的开发板。
At first, I tried to pull the repository according to the post, but I couldn’t, including pulling the sub-repositories, which also didn’t work. So I tried to download it manually.
一开始我尝试根据帖子拉取仓库,但是无法拉取,包括拉取子仓库,也是无法拉取,于是我尝试去手动下载。
…These are all files I downloaded manually and then renamed.
During compilation, I ran into some issues. For example, the cross-compiler hadn’t supported vector instructions for a long time (I might be misremembering the exact problem). In any case, I disabled some compilation options based on GPT’s advice. But later in FreeRTOS, I encountered even more errors. For instance, I needed to set the ETIME register. Based on the error messages and GPT’s suggestions, I set a macro definition to 0 because I didn’t have the relevant manual. But later I realized that I might have been porting FreeRTOS on my own, rather than using the officially prepared version. This is too difficult and daunting for me; maybe I can try this approach later.
Currently, these are the errors I’m facing.
这些都是我手动下载,然后更改名字的。
在编译中,我遇到一些问题,例如,交叉编译器太久不支持向量指令(可能记错了具体的问题),总之我根据GPT禁用了一些编译选项。但是后面在freertos中,遇到更多的错误。比如是需要设置ETIME寄存器,我根据错误提示和GPT给的建议把一个宏定义设置为0,因为我没有相关手册。但是后面我意识我可能在自己单独移植freertos,而不是使用官方准备好的。这对我来说,太难太艰巨了,也许后面我可以尝试这样。
目前是这样的错误。
**I hope to have a way to download the full SDK or resolve the current issues. That way, I can get started.
Thank you very much.**
我希望能提供一个途径去下完整的SDK或者解决目前的问题。这样我可以入门。
非常感谢。


