stdlib functions/Redlib variants

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

stdlib functions/Redlib variants

699 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wa7iut on Wed Jun 19 09:44:45 MST 2013
where can I find a list of functions implemented in each of the Redlib variants of stdlib
http://support.code-red-tech.com/CodeRedWiki/LibraryVariants?   I couldn't find more than this on the Code Red site after much looking.
0 项奖励
回复
1 回复

684 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Thu Jun 20 02:50:53 MST 2013
What functions are you trying to use, and what problems are you seeing?

The main restriction here will be malloc & co - you need to be using the Nohost or Semihost library variants in order to use the memory allocation functions. Otherwise you will see undefined reference errors, as per...

http://support.code-red-tech.com/CodeRedWiki/UndefinedReference

Regards,
CodeRedSupport
0 项奖励
回复