Latest Progress....[Zephyr-devel] Python Interpreter for Zephyr
Muhammad Muh <muhammad.muh83@...>
Dear Maureen and Jrosenth,
Thank you very much for your kind help. I am using the latest version of Zephyr (as shown in bold in the following code) and also I downloaded the micropython in the Zephyr Project Folder from "git
clone https://github.com/micropython/micropython.git".
Now I want to run a blink led example to test the Micropython functionality by using the example given in the link
"https://github.com/micropython/micropython/tree/master/ports/zephyr". When I run the "make" command I am getting the following error as shown at the end of the following code. Please note I am using nrf52840 dk. Request to please advise.
make BOARD=nrf52840dk_nrf52840 Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Warning: FROZEN_DIR is deprecated in favour of FROZEN_MANIFEST mkdir -p outdir/nrf52840dk_nrf52840 && cmake -DBOARD=nrf52840dk_nrf52840 -Boutdir/nrf52840dk_nrf52840 -H. Including boilerplate (Zephyr base): /home/muhammad/zephyrproject/zephyr/cmake/app/boilerplate.cmake -- Application: /home/muhammad/zephyrproject/micropython/ports/zephyr -- Zephyr version: 2.3.99 (/home/muhammad/zephyrproject/zephyr) -- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.5") found components: Interpreter -- Board: nrf52840dk_nrf52840 -- Found toolchain: zephyr (/home/muhammad/zephyr-sdk-0.11.3) -- Found west: /home/muhammad/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1") -- Found dtc: /home/muhammad/zephyr-sdk-0.11.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found BOARD.dts: /home/muhammad/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts -- Generated zephyr.dts: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/include/generated/devicetree_unfixed.h Parsing /home/muhammad/zephyrproject/zephyr/Kconfig Loaded configuration '/home/muhammad/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig' Merged configuration '/home/muhammad/zephyrproject/micropython/ports/zephyr/prj.conf' Configuration saved to '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/.config' Kconfig header saved to '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/include/generated/autoconf.h'
warning: TEST_RANDOM_GENERATOR (defined at subsys/random/Kconfig:8) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (!ENTROPY_HAS_DRIVER) (=n). See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_TEST_RANDOM_GENERATOR.html and/or look up TEST_RANDOM_GENERATOR in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
-- The C compiler identification is GNU 9.2.0 -- The CXX compiler identification is GNU 9.2.0 -- The ASM compiler identification is GNU -- Found assembler: /home/muhammad/zephyr-sdk-0.11.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -- Cache files will be written to: /home/muhammad/.cache/zephyr -- Configuring done -- Generating done -- Build files have been written to: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840 make --no-print-directory -C outdir/nrf52840dk_nrf52840 outputexports CMAKE_COMMAND=: >outdir/nrf52840dk_nrf52840/Makefile.export make -C outdir/nrf52840dk_nrf52840 syscall_list_h_target kobj_types_h_target make[1]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[3]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target parse_syscalls_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 25%] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 50%] Built target parse_syscalls_target make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target syscall_list_h_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 75%] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Built target syscall_list_h_target make[3]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[3]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 66%] Built target parse_syscalls_target make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target kobj_types_h_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Built target kobj_types_h_target make[3]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[1]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Warning: FROZEN_DIR is deprecated in favour of FROZEN_MANIFEST GEN build/genhdr/qstr.i.last main.c:108:63: error: missing binary operator before token "(" 108 | #elif defined(CONFIG_FLASH_MAP) && FLASH_AREA_LABEL_EXISTS(storage) | ^ make: *** [../../py/mkrules.mk:89: build/genhdr/qstr.i.last] Error 1 make: *** Deleting file 'build/genhdr/qstr.i.last'
Best Regards
From: Muhammad Muh <muhammad.muh83@...>
Sent: Monday, August 3, 2020 10:11 AM To: Maureen Helm (OSS) <maureen.helm@...>; jrosenth@... <jrosenth@...> Cc: devel@... <devel@...> Subject: Re: [Zephyr-devel] Python Interpreter for Zephyr
Dear Maureen,
Thank you very much for your response. I have installed the latest Zephyr version from the Zephyr Projects webpage. It is requested to guide me as how to run the sample Micropython program given in the following link.
Best Regards
From: Maureen Helm (OSS) <maureen.helm@...>
Sent: Friday, July 31, 2020 12:25 AM To: Muhammad Muh <muhammad.muh83@...>; jrosenth@... <jrosenth@...> Cc: devel@... <devel@...> Subject: RE: [Zephyr-devel] Python Interpreter for Zephyr Hi Muhammad, Please use the Zephyr 2.3.0 release with MicroPython instead of Zephyr master.
Maureen
From: Muhammad Muh <muhammad.muh83@...>
Hi Maureen and Jrosenth,
Thank you for your kind response to my question. I have downloaded the Micropython from the given link. Now I have followed the steps given in the Read Me file given in micropython-master/ports/zephyr, I am getting the following errors, request to please help me in resolving this issue. Thank you.
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Warning: FROZEN_DIR is deprecated in favour of FROZEN_MANIFEST GEN build/genhdr/qstr.i.last main.c:108:63: error: missing binary operator before token "(" 108 | #elif defined(CONFIG_FLASH_MAP) && FLASH_AREA_LABEL_EXISTS(storage) | ^ make: *** [../../py/mkrules.mk:89: build/genhdr/qstr.i.last] Error 1 make: *** Deleting file 'build/genhdr/qstr.i.last'
Best Regards
From: Maureen Helm (OSS) <maureen.helm@...>
There is already a MicroPython port for Zephyr: https://github.com/micropython/micropython/tree/master/ports/zephyr
From: devel@... <devel@...>
On Behalf Of Jack Rosenthal via lists.zephyrproject.org
You could try porting MicroPython to run on Zephyr if it meets your needs. Note that you're looking at a minimum of ~150KB of extra flash space usage, depending on architecture, which features you enable, etc.
On Mon, Jul 27, 2020 at 12:26 AM Muhammad Muh <muhammad.muh83@...> wrote:
|
|
lairdjm
Hi Muhammad, Have you enabled the flash storage system and correctly set it up for your module? Thanks,
From: devel@...
<devel@...> On Behalf Of Muhammad Muh via lists.zephyrproject.org
Sent: 03 August 2020 06:54 To: Maureen Helm (OSS) <maureen.helm@...>; jrosenth@... Cc: devel@... Subject: Latest Progress....[Zephyr-devel] Python Interpreter for Zephyr
Dear Maureen and Jrosenth,
Thank you very much for your kind help. I am using the latest version of Zephyr (as shown in bold in the following code) and also I downloaded the micropython in the Zephyr Project Folder from "git clone https://github.com/micropython/micropython.git". Now I want to run a blink led example to test the Micropython functionality by using the example given in the link "https://github.com/micropython/micropython/tree/master/ports/zephyr". When I run the "make" command I am getting the following error as shown at the end of the following code. Please note I am using nrf52840 dk. Request to please advise.
make BOARD=nrf52840dk_nrf52840 Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Warning: FROZEN_DIR is deprecated in favour of FROZEN_MANIFEST mkdir -p outdir/nrf52840dk_nrf52840 && cmake -DBOARD=nrf52840dk_nrf52840 -Boutdir/nrf52840dk_nrf52840 -H. Including boilerplate (Zephyr base): /home/muhammad/zephyrproject/zephyr/cmake/app/boilerplate.cmake -- Application: /home/muhammad/zephyrproject/micropython/ports/zephyr -- Zephyr version: 2.3.99 (/home/muhammad/zephyrproject/zephyr) -- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.5") found components: Interpreter -- Board: nrf52840dk_nrf52840 -- Found toolchain: zephyr (/home/muhammad/zephyr-sdk-0.11.3) -- Found west: /home/muhammad/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1") -- Found dtc: /home/muhammad/zephyr-sdk-0.11.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found BOARD.dts: /home/muhammad/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts -- Generated zephyr.dts: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/include/generated/devicetree_unfixed.h Parsing /home/muhammad/zephyrproject/zephyr/Kconfig Loaded configuration '/home/muhammad/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig' Merged configuration '/home/muhammad/zephyrproject/micropython/ports/zephyr/prj.conf' Configuration saved to '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/.config' Kconfig header saved to '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/include/generated/autoconf.h'
warning: TEST_RANDOM_GENERATOR (defined at subsys/random/Kconfig:8) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (!ENTROPY_HAS_DRIVER) (=n). See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_TEST_RANDOM_GENERATOR.html and/or look up TEST_RANDOM_GENERATOR in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
-- The C compiler identification is GNU 9.2.0 -- The CXX compiler identification is GNU 9.2.0 -- The ASM compiler identification is GNU -- Found assembler: /home/muhammad/zephyr-sdk-0.11.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -- Cache files will be written to: /home/muhammad/.cache/zephyr -- Configuring done -- Generating done -- Build files have been written to: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840 make --no-print-directory -C outdir/nrf52840dk_nrf52840 outputexports CMAKE_COMMAND=: >outdir/nrf52840dk_nrf52840/Makefile.export make -C outdir/nrf52840dk_nrf52840 syscall_list_h_target kobj_types_h_target make[1]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[3]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target parse_syscalls_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 25%] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 50%] Built target parse_syscalls_target make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target syscall_list_h_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 75%] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Built target syscall_list_h_target make[3]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[3]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 66%] Built target parse_syscalls_target make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target kobj_types_h_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Built target kobj_types_h_target make[3]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[1]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Warning: FROZEN_DIR is deprecated in favour of FROZEN_MANIFEST GEN build/genhdr/qstr.i.last main.c:108:63: error: missing binary operator before token "(" 108 | #elif defined(CONFIG_FLASH_MAP) && FLASH_AREA_LABEL_EXISTS(storage) | ^ make: *** [../../py/mkrules.mk:89: build/genhdr/qstr.i.last] Error 1 make: *** Deleting file 'build/genhdr/qstr.i.last'
Best Regards Links: You receive all messages sent to this group. View/Reply Online (#7227) |
Reply To Sender |
Reply To Group |
Mute This Topic | New Topic _._,_._,_
|
|
Muhammad Muh <muhammad.muh83@...>
Hi Mr Jamie,
Thank you very much for your kind response and helping me. It is requested to please guide me as how to correctly set up the flash storage system for nrf52840 dk. I will be grateful.
Best Regards.
From: Jamie Mccrae <Jamie.Mccrae@...>
Sent: Wednesday, August 5, 2020 4:12 PM To: muhammad.muh83@... <muhammad.muh83@...>; Maureen Helm (OSS) <maureen.helm@...>; jrosenth@... <jrosenth@...> Cc: devel@... <devel@...> Subject: RE: Latest Progress....[Zephyr-devel] Python Interpreter for Zephyr Hi Muhammad, Have you enabled the flash storage system and correctly set it up for your module?
Thanks,
From: devel@... <devel@...>
On Behalf Of Muhammad Muh via lists.zephyrproject.org
Dear Maureen and Jrosenth,
Thank you very much for your kind help. I am using the latest version of Zephyr (as shown in bold in the following code) and also I downloaded the micropython in the Zephyr Project Folder from "git clone https://github.com/micropython/micropython.git". Now I want to run a blink led example to test the Micropython functionality by using the example given in the link "https://github.com/micropython/micropython/tree/master/ports/zephyr". When I run the "make" command I am getting the following error as shown at the end of the following code. Please note I am using nrf52840 dk. Request to please advise.
make BOARD=nrf52840dk_nrf52840 Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Warning: FROZEN_DIR is deprecated in favour of FROZEN_MANIFEST mkdir -p outdir/nrf52840dk_nrf52840 && cmake -DBOARD=nrf52840dk_nrf52840 -Boutdir/nrf52840dk_nrf52840 -H. Including boilerplate (Zephyr base): /home/muhammad/zephyrproject/zephyr/cmake/app/boilerplate.cmake -- Application: /home/muhammad/zephyrproject/micropython/ports/zephyr -- Zephyr version: 2.3.99 (/home/muhammad/zephyrproject/zephyr) -- Found Python3: /usr/bin/python3.7 (found suitable exact version "3.7.5") found components: Interpreter -- Board: nrf52840dk_nrf52840 -- Found toolchain: zephyr (/home/muhammad/zephyr-sdk-0.11.3) -- Found west: /home/muhammad/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1") -- Found dtc: /home/muhammad/zephyr-sdk-0.11.3/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6") -- Found BOARD.dts: /home/muhammad/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts -- Generated zephyr.dts: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/zephyr.dts -- Generated devicetree_unfixed.h: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/include/generated/devicetree_unfixed.h Parsing /home/muhammad/zephyrproject/zephyr/Kconfig Loaded configuration '/home/muhammad/zephyrproject/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig' Merged configuration '/home/muhammad/zephyrproject/micropython/ports/zephyr/prj.conf' Configuration saved to '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/.config' Kconfig header saved to '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840/zephyr/include/generated/autoconf.h'
warning: TEST_RANDOM_GENERATOR (defined at subsys/random/Kconfig:8) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (!ENTROPY_HAS_DRIVER) (=n). See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_TEST_RANDOM_GENERATOR.html and/or look up TEST_RANDOM_GENERATOR in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
-- The C compiler identification is GNU 9.2.0 -- The CXX compiler identification is GNU 9.2.0 -- The ASM compiler identification is GNU -- Found assembler: /home/muhammad/zephyr-sdk-0.11.3/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc -- Cache files will be written to: /home/muhammad/.cache/zephyr -- Configuring done -- Generating done -- Build files have been written to: /home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840 make --no-print-directory -C outdir/nrf52840dk_nrf52840 outputexports CMAKE_COMMAND=: >outdir/nrf52840dk_nrf52840/Makefile.export make -C outdir/nrf52840dk_nrf52840 syscall_list_h_target kobj_types_h_target make[1]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[3]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target parse_syscalls_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 25%] Generating misc/generated/syscalls.json, misc/generated/struct_tags.json make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 50%] Built target parse_syscalls_target make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target syscall_list_h_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 75%] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Built target syscall_list_h_target make[3]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[3]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [ 66%] Built target parse_syscalls_target make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Scanning dependencies of target kobj_types_h_target make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[4]: Entering directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h make[4]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' [100%] Built target kobj_types_h_target make[3]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[2]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' make[1]: Leaving directory '/home/muhammad/zephyrproject/micropython/ports/zephyr/outdir/nrf52840dk_nrf52840' Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. Warning: FROZEN_DIR is deprecated in favour of FROZEN_MANIFEST GEN build/genhdr/qstr.i.last main.c:108:63: error: missing binary operator before token "(" 108 | #elif defined(CONFIG_FLASH_MAP) && FLASH_AREA_LABEL_EXISTS(storage) | ^ make: *** [../../py/mkrules.mk:89: build/genhdr/qstr.i.last] Error 1 make: *** Deleting file 'build/genhdr/qstr.i.last'
Best Regards Links: You receive all messages sent to this group. View/Reply Online (#7227) |
Reply To Sender |
Reply To Group |
Mute This Topic | New Topic _._,_._,_ THIS MESSAGE, ANY ATTACHMENT(S), AND THE INFORMATION CONTAINED HEREIN MAY BE PROPRIETARY TO LAIRD CONNECTIVITY, INC. AND/OR ANOTHER PARTY, AND MAY FURTHER BE INTENDED TO BE KEPT CONFIDENTIAL. IF YOU ARE NOT THE INTENDED RECIPIENT, PLEASE DELETE THE EMAIL AND ANY ATTACHMENTS, AND IMMEDIATELY NOTIFY THE SENDER BY RETURN EMAIL. THIS MESSAGE AND ITS CONTENTS ARE THE PROPERTY OF LAIRD CONNECTIVITY, INC. AND MAY NOT BE REPRODUCED OR USED WITHOUT THE EXPRESS WRITTEN CONSENT OF LAIRD CONNECTIVITY, INC.
|
|