use of stdlib.h in main #587
Unanswered
wmjenkinson
asked this question in
Q&A
Replies: 1 comment
-
|
This is not possible with Circle itself. You have to use the circle-stdlib project to use C or C++ standard lib functions / classes with Circle. Only math functions from libm.a are supported by Circle itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Guys, I want to use some stdlib functions inside kernel.cpp, in this example it is:
But I get the following error:
C:\Program Files (x86)\Arm GNU Toolchain aarch64-none-elf\14.2 rel1\bin\aarch64-none-elf-ld.exe: kernel.o: in function
CKernel::Run()': D:\circle-master\sample\19-tasks/kernel.cpp:123:(.text+0x338): undefined reference toqsort'Do you know of a way to successfully compile it?
Beta Was this translation helpful? Give feedback.
All reactions