Search found 9 matches

by rafiqul713
Fri Jul 24, 2020 10:58 pm
Forum: General Discussion and Questions
Topic: error: conversion to ‘float’ from ‘mp_float_t {aka double}’
Replies: 2
Views: 1286

error: conversion to ‘float’ from ‘mp_float_t {aka double}’

Hello, I have got this error while building user module using this command: make USER_C_MODULES=../../../usermod/snippets/ CFLAGS_EXTRA=-DMODULE_SIMPLEFUNCTION_ENABLED=1 all Would please tell me how can I fix this error? ./../../usermod/snippets/profiling/profiling.c:22:15: error: conversion to ‘flo...
by rafiqul713
Fri Jul 24, 2020 10:43 pm
Forum: General Discussion and Questions
Topic: Can not compile module
Replies: 3
Views: 1528

Re: Can not compile module

I have fixed this problem. There was a silly mistake. The path which locates the user-defined module was wrong.
by rafiqul713
Fri Jul 24, 2020 9:47 pm
Forum: General Discussion and Questions
Topic: Can not compile module
Replies: 3
Views: 1528

Re: Can not compile module

I can not build the example from the documentation.
by rafiqul713
Wed Jul 22, 2020 11:59 pm
Forum: General Discussion and Questions
Topic: Can not compile module
Replies: 3
Views: 1528

Can not compile module

Hello, I am trying to compile a module using this command "make USER_C_MODULES=../../../usermod/snippets all CFLAGS_EXTRA=-DMODULE_SIMPLEFUNCTION_ENABLED=1". I have faced this error "make: *** No rule to make target 'simplefunction.c', needed by 'build-standard/genhdr/qstr.i.last'. Stop." Though I r...
by rafiqul713
Tue Jul 14, 2020 9:26 pm
Forum: General Discussion and Questions
Topic: How to contribute in code as a beginner
Replies: 5
Views: 2358

Re: How to contribute in code as a beginner

I have solved this. Now I can compile properly. Would you tell me in which folder I put the python code to test the module. For example, samply.py contain this code import simplefunction print(simplefunction.add_ints(123, 456)) Whenever I try to run python sample.py
by rafiqul713
Mon Jul 13, 2020 10:35 am
Forum: General Discussion and Questions
Topic: How to contribute in code as a beginner
Replies: 5
Views: 2358

Re: How to contribute in code as a beginner

Would you please suggest me how can I solve this problem. Whenever I compile the module for Unix port I have faced an error "make: Nothing to be done for 'snippets/arbitrarykeyword/micropython.mk'" for all snippets. Here I have attached the screenshot.
by rafiqul713
Tue Jul 07, 2020 10:21 pm
Forum: General Discussion and Questions
Topic: How to contribute in code as a beginner
Replies: 5
Views: 2358

Re: How to contribute in code as a beginner

Many many thanks for your lucid explanation. It is very helpful, particularly usermod documentation. Would you please give some details about the list of PR. I did not understand it.
by rafiqul713
Tue Jun 30, 2020 9:16 pm
Forum: General Discussion and Questions
Topic: How to contribute in code as a beginner
Replies: 5
Views: 2358

How to contribute in code as a beginner

Hello guys, would you please suggest me, how to start contribution in code. I am totally beginner in open source community. But I am determined to contribute . Please help me.