-
-
Notifications
You must be signed in to change notification settings - Fork 93
Trice on embedded Linux SOC questions #527
Copy link
Copy link
Closed
Labels
docsImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
docsImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomersquestionFurther information is requestedFurther information is requested
Hello, thank you for your last reply.
I have three questions to ask you.
The first question:
I want a test program that can run on my embedded device.
First of all, the code in the path of trick \ examples \ f030 _ inst can be compiled, but because my compiler tool chain is not arm-none-eabi-. I need to modify the tool chain
I can't compile it after I modify the tool chain.
The error message is drivers/cmsis/include/core _ cm0.h: 90: 6 error: "Comptrollers generate fpu instructions for a device without an fpu (check _ _ fpu _ present)".
How should I solve this error message?
The second question: What should I do if I only want a basic test program to run under ubuntu, and this test program only needs to call trice macro and output debugging information to stdout?
The third question:
Does trice support replacing printk with trice?