Marlin 2.1 dev.x Pour Markerbase Gen L

Bonjour a tous,

Voilà je vous explique, j’ai téléchargé VScode sur Win10 64 Bits version 1909,
et puis PlatformIO dernière version ainsi que Python version 2.7 et 3.8 version 64bits.

Mon problème c’est que je n’arrive pas à compiler sans que j’ai touché ou modifier quoi que ce soit, avec des erreurs
ex: ."*** [.pio\build\LPC1768\src\src\feature\bedlevel\ubl\ubl_motion.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\caselight.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\HAL\shared\backtrace\backtrace.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\dac\stepper_dac.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\bedlevel\ubl\ubl.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\bedlevel\ubl\ubl_G29.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\digipot\digipot_mcp4018.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\cancel_object.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\closedloop.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\dac\dac_mcp4728.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\dac\dac_dac084s085.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\digipot\digipot_mcp4451.cpp.o] Error 1).

Dans platformio.ini j’ai modifier l’environnement LPC1768, qui correspond à ma carte.
Il doit avoir un problème mais je ne sais pas quoi .
J’ai déjà de compiler pour une autre carte MKS Bitreetech Pro 1.1, même problème sans que j’ai modifier quoi que ce soit .
Avec vous une solution.

I don’t speak french (please do, more people can understand you in this forum then) but from what I understand, it’s the same problem as already described in Can not compile: arm-none-eabi-g++: command not found - #8 by maxgerhardt. The external platform you’re using gives you the Linux version of the compiler, not the Windows one.

Go into the platformio.ini of the project and add

platform_packages = toolchain-gccarmnoneeabi@http://dl.platformio.org/packages/toolchain-gccarmnoneeabi-windows_x86-1.80201.190214.tar.gz

at the start of the environment under [env:LPC1768].

No, it does not solve the problem with the replacement of the platform,

I have this error message:
Obsolete PIO Core v4.1.0 is used (previous was 4.1.1b9)
Please remove multiple PIO Cores from a system:
https://docs.platformio.org/page/faq.html#multiple-pio-cores-in-a-system


Processing LPC1768 (board: nxp_lpc1768; framework: arduino)

Error: Please specify platform for ‘LPC1768’ environment
PS C:\Users\jimmy\Downloads\Documents\00_Makerbase\Carte Mère\Marlin-dev-2.1.x\Marlin-dev-2.1.x> pip install “platformio ==4.1.1b9”
ERROR: Could not find a version that satisfies the requirement platformio==4.1.1b9 (from versions: 0.10.2, 1.0.1, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.0.1, 2.0.2, 2.1.0, 2.1.1, 2.1.2, 2.2.0, 2.2.1, 2.2.2, 2.3.0, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 2.4.0, 2.4.1, 2.5.0, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.7.0, 2.7.1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.8.5, 2.8.6, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.9.4, 2.10.0, 2.10.1, 2.10.2, 2.10.3, 2.11.0, 2.11.1, 2.11.2, 3.0.0, 3.0.1, 3.1.0, 3.2.0, 3.2.1, 3.3.0, 3.3.1, 3.4.0, 3.4.1, 3.5.0, 3.5.1, 3.5.2, 3.5.3, 3.5.4, 3.6.0, 3.6.1, 3.6.2, 3.6.3, 3.6.4, 3.6.5, 3.6.6, 3.6.7, 4.0.0, 4.0.1, 4.0.2, 4.0.3, 4.1.0)
ERROR: No matching distribution found for platformio==4.1.1b9.

I wanted to install 4.1.1b9, if there was

You have deleted the platform = .. line? No, you were supposed to add it under the start of the platform like

[env:LPC1768]
platform          = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip
platform_packages = toolchain-gccarmnoneeabi@http://dl.platformio.org/packages/toolchain-gccarmnoneeabi-windows_x86-1.80201.190214.tar.gz
board             = nxp_lpc1768
build_flags       = -DU8G_HAL_LINKS -IMarlin/src/HAL/HAL_LPC1768/include -IMarlin/src/HAL/HAL_LPC1768/u8g ${common.build_flags}
... rest of it

Can you try that and show your modified environment?

I did not modify the original file provided with the Tevo Tornado config, just LPC1768, which I replaced.
I modified as you said in platformio.ini

Message:

 #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
In file included from Marlin\src\feature\../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\../inc/../pins/pins.h:118,
                 from Marlin\src\feature\../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\caselight.cpp:23:
Marlin\src\feature\../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~

    ^~~~~

In file included from Marlin\src\feature\dac\../../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\dac\../../inc/../pins/pins.h:118,
                 from Marlin\src\feature\dac\../../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\dac\stepper_dac.cpp:27:
Marlin\src\feature\dac\../../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
In file included from Marlin\src\feature\dac\../../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\dac\../../inc/../pins/pins.h:118,
                 from Marlin\src\feature\dac\../../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\dac\dac_dac084s085.cpp:7:
Marlin\src\feature\dac\../../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
In file included from Marlin\src\feature\dac\../../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\dac\../../inc/../pins/pins.h:118,
                 from Marlin\src\feature\dac\../../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\dac\dac_mcp4728.cpp:33:
Marlin\src\feature\dac\../../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
Marlin\src\feature\bedlevel\../../inc/../core/serial.h:56:35: note: suggested alternative: 'MYSERIAL0'
     if ( serial_port_index) (void)MYSERIAL1.WHAT(V); \
                                   ^~~~~~~~~
Marlin\src\feature\bedlevel\../../inc/../core/serial.h:88:27: note: in expansion of macro 'SERIAL_OUT'
 #define _CHAR_1(c)        SERIAL_OUT(write, c)
                           ^~~~~~~~~~
Marlin\src\feature\bedlevel\../../inc/../core/serial.h:86:27: note: in expansion of macro '_CHAR_1'
 #define __CHAR_N(N,V...)  _CHAR_##N(V)
                           ^~~~~~
Marlin\src\feature\bedlevel\../../inc/../core/serial.h:87:27: note: in expansion of macro '__CHAR_N'
 #define _CHAR_N(N,V...)   __CHAR_N(N,V)
                           ^~~~~~~~
Marlin\src\feature\bedlevel\../../inc/../core/serial.h:99:27: note: in expansion of macro '_CHAR_N'
 #define SERIAL_CHAR(V...) _CHAR_N(NUM_ARGS(V),V)
                           ^~~~~~~
Marlin\src\feature\bedlevel\../../inc/../core/serial.h:261:37: note: in expansion of macro 'SERIAL_CHAR'
 #define SERIAL_EOL()                SERIAL_CHAR('\n')
                                     ^~~~~~~~~~~
Marlin\src\feature\bedlevel\bedlevel.cpp:176:7: note: in expansion of macro 'SERIAL_EOL'
       SERIAL_EOL();
       ^~~~~~~~~~
*** [.pio\build\LPC1768\src\src\feature\bedlevel\ubl\ubl.cpp.o] Error 1
In file included from Marlin\src\feature\digipot\../../inc/../HAL/HAL.h:26,
                 from Marlin\src\feature\digipot\../../inc/MarlinConfig.h:30,
                 from Marlin\src\feature\digipot\digipot_mcp4018.cpp:23:
Marlin\src\feature\digipot\../../inc/../HAL/./HAL_LPC1768/HAL.h:80:6: error: #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
     #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
      ^~~~~
In file included from Marlin\src\feature\digipot\../../inc/../HAL/HAL.h:26,
                 from Marlin\src\feature\digipot\../../inc/MarlinConfig.h:30,
                 from Marlin\src\feature\digipot\digipot_mcp4451.cpp:23:
Marlin\src\feature\digipot\../../inc/../HAL/./HAL_LPC1768/HAL.h:80:6: error: #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
     #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
      ^~~~~
compilation terminated due to -fmax-errors=5.
In file included from Marlin\src\feature\digipot\../../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\digipot\../../inc/../pins/pins.h:118,
                 from Marlin\src\feature\digipot\../../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\digipot\digipot_mcp4451.cpp:23:
Marlin\src\feature\digipot\../../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
In file included from Marlin\src\feature\digipot\../../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\digipot\../../inc/../pins/pins.h:118,
                 from Marlin\src\feature\digipot\../../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\digipot\digipot_mcp4018.cpp:23:
Marlin\src\feature\digipot\../../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
In file included from Marlin\src\feature\binary_protocol.cpp:28:
Marlin\src\feature\binary_protocol.h: In function 'bool bs_serial_data_available(uint8_t)':
Marlin\src\feature\binary_protocol.h:36:22: error: 'MYSERIAL1' was not declared in this scope
       case 1: return MYSERIAL1.available();
                      ^~~~~~~~~
*** [.pio\build\LPC1768\src\src\feature\bedlevel\bedlevel.cpp.o] Error 1
In file included from Marlin\src\feature\../inc/../HAL/HAL.h:26,
                 from Marlin\src\feature\../inc/MarlinConfig.h:30,
                 from Marlin\src\feature\fanmux.cpp:28:
Marlin\src\feature\../inc/../HAL/./HAL_LPC1768/HAL.h:80:6: error: #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
     #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
      ^~~~~
In file included from Marlin\src\feature\../inc/../HAL/HAL.h:26,
                 from Marlin\src\feature\../inc/MarlinConfig.h:30,
                 from Marlin\src\feature\filwidth.cpp:23:
Marlin\src\feature\../inc/../HAL/./HAL_LPC1768/HAL.h:80:6: error: #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
     #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
      ^~~~~
In file included from Marlin\src\feature\dac\../../inc/MarlinConfig.h:38,
                 from Marlin\src\feature\dac\stepper_dac.cpp:27:
Marlin\src\feature\dac\../../inc/SanityCheck.h:2333:4: error: #error "SD_FIRMWARE_UPDATE requires an ATmega2560-based (Arduino Mega) board."
   #error "SD_FIRMWARE_UPDATE requires an ATmega2560-based (Arduino Mega) board."
    ^~~~~
In file included from Marlin\src\feature\dac\../../inc/MarlinConfig.h:38,
                 from Marlin\src\feature\dac\dac_mcp4728.cpp:33:
Marlin\src\feature\dac\../../inc/SanityCheck.h:2333:4: error: #error "SD_FIRMWARE_UPDATE requires an ATmega2560-based (Arduino Mega) board."
   #error "SD_FIRMWARE_UPDATE requires an ATmega2560-based (Arduino Mega) board."
    ^~~~~
In file included from Marlin\src\feature\dac\../../inc/MarlinConfig.h:38,
                 from Marlin\src\feature\dac\dac_dac084s085.cpp:7:
Marlin\src\feature\dac\../../inc/SanityCheck.h:2333:4: error: #error "SD_FIRMWARE_UPDATE requires an ATmega2560-based (Arduino Mega) board."
   #error "SD_FIRMWARE_UPDATE requires an ATmega2560-based (Arduino Mega) board."
    ^~~~~
In file included from Marlin\src\feature\../inc/../HAL/HAL.h:26,
                 from Marlin\src\feature\../inc/MarlinConfig.h:30,
                 from Marlin\src\feature\fwretract.cpp:27:
Marlin\src\feature\../inc/../HAL/./HAL_LPC1768/HAL.h:80:6: error: #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
     #error "SERIAL_PORT_2 must be different than SERIAL_PORT. Please update your configuration."
      ^~~~~
*** [.pio\build\LPC1768\src\src\feature\cancel_object.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\bltouch.cpp.o] Error 1
In file included from Marlin\src\feature\../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\../inc/../pins/pins.h:118,
                 from Marlin\src\feature\../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\filwidth.cpp:23:
Marlin\src\feature\../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
In file included from Marlin\src\feature\../inc/../pins/ramps/pins_MKS_GEN_L.h:53,
                 from Marlin\src\feature\../inc/../pins/pins.h:118,
                 from Marlin\src\feature\../inc/MarlinConfig.h:32,
                 from Marlin\src\feature\fanmux.cpp:28:
Marlin\src\feature\../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
Marlin\src\feature\binary_protocol.h:36:22: note: suggested alternative: 'MYSERIAL0'
       case 1: return MYSERIAL1.available();
                      ^~~~~~~~~
  
Marlin\src\gcode\bedlevel\mbl\../../../inc/../pins/ramps/pins_RAMPS.h:49:4: error: #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
   #error "Oops! Set MOTHERBOARD to an LPC1768-based board when building for LPC1768."
    ^~~~~
***[.pio\build\LPC1768\src\src\feature\twibus.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\feature\tmc_util.cpp.o] Error 1
In file included from Marlin\src\gcode\bedlevel\../../inc/MarlinConfig.h:45,
                 from Marlin\src\gcode\bedlevel\G26.cpp:27:

       ^~~~~~~~~~~~~
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\G42.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\G26.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\M420.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\abl\G29.cpp.o] Error 1
In file included from Marlin\src\gcode\bedlevel\mbl\../../../inc/MarlinConfig.h:45,
                 from Marlin\src\gcode\bedlevel\mbl\G29.cpp:27:
;
     ^~~~~~~~~~~~~~~~~
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\abl\M421.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\ubl\M421.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\ubl\G29.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\mbl\M421.cpp.o] Error 1
*** [.pio\build\LPC1768\src\src\gcode\bedlevel\mbl\G29.cpp.o] Error 1
FileNotFoundError: [WinError 2] Le fichier spécifié est introuvable: 'C:\\Users\\jimmy\\Downloads\\Documents\\00_Makerbase\\Carte Mère\\Marlin-dev-2.1.x\\Marlin-dev-2.1.x\\.pio\\build\\LPC1768\\.sconsign.py38.dblite':
  
  
[FAILED] Took 6.97 seconds 

Environment                   Status    Duration
----------------------------  --------  ------------
megaatmega2560                IGNORED
megaatmega1280                IGNORED
rambo                         IGNORED
FYSETC_F6_13                  IGNORED
FYSETC_F6_14                  IGNORED
sanguino_atmega644p           IGNORED
sanguino_atmega1284p          IGNORED
melzi                         IGNORED
melzi_optiboot                IGNORED
at90usb1286_cdc               IGNORED
at90usb1286_dfu               IGNORED
DUE                           IGNORED
DUE_USB                       IGNORED
DUE_debug                     IGNORED
LPC1768                       FAILED    00:00:06.971.

I don’t know if the platformio updates as arduino does automatically. I am not used to using platformio.
In addition I have 2 cards that I update with Marlin 2.0 the other is Bigtree_SKR_Pro_1.1 and I have problems with the Built.

So great, now the compiler is working, but it’s giving you an error. That comes from not selecting the target 3D printer via the configuration files. In Marlin 2.1x only these LPC1768 boards are supported:

https://github.com/MarlinFirmware/Marlin/tree/dev-2.1.x#lpc1768--lpc1769

But given you said it’s a Makerbase / MKS Gen L, it has the same MCU as an Arduino Mega, aka a ATMega2560.

So why select the LPC environment? What previous Marlin configuration where you using?

Preset configurations are here

I just changed my card for Makerbase Gen_L ARM 32 bit which supports Marlin 2.0 before I had Makerbase Gen_L 8 bit 1.3, I am redoing my printer with also new STM42B driver and after for my 2 printer I am also redoing it is for a SKR_Pro 1.1 card from Bigtreetech.
I redo the other linear guides and all the mechanical system,
I also replace by TFT the 2 cards and I redo the graphics of the applications but that will be in a second time.
At first it is to configure my cards, the problem arises on my 2 computers the laptop as my fixed I have ubuntu it is also the same problem for the compilation, I think there are surely links which n have not been updated.

Yes I took the files on the Marlin site and the config come from Marlin with the examples of Tevo Tornado Mks_Gens_L

The only 32-bit ARM core MKS board I could find is “MKS-SBASE V1.3

https://www.banggood.com/MKS-SBASE-V1_3-Mainboard-Control-Board-2_8-Inch-MKS-TFT28-Full-Color-Touch-Screen-For-3D-Printer-p-1308428.html?akmClientCountry=DE&rmmds=buy&cur_warehouse=CN

So if you have that one I’d guess this is the configuration? Configurations/config/examples/Mks/Sbase at import-2.1.x · MarlinFirmware/Configurations · GitHub

So I would take both these .h files and use them to replace your current Configuration.h and Configuration_adv.h files in your Marlin folder of the firmware and recompile with the LPC1768 envirionment. There are some comments in the above link regarding some pins, but I don’t know if that affects you.

The general configuration way would be documented in Configuring Marlin | Marlin Firmware

Non ce n’est pas la MKS de base c’est la MKS SGEN_L adopt 32-bit LPC1768 CHIP (100Mhz)

Show me how you did it interests me a lot to understand how it works, it could serve me but also other users.
I do not know the cloning function with platformio.
But I’m interested in figuring out what’s wrong with me.

Well it chokes on some character encoding… Try and reclone the repository.

You can also try the official repository for a 2.0.x version

I was also able to compile the dev-2.1 version without any problems by using the Configuration files from the above repository, placing them in a new cloned instance of Marlin dev-2.1.x and using the default_envs = LPC1768 environment

Linking .pio\build\LPC1768\firmware.elf
Building .pio\build\LPC1768\firmware.bin
Checking size .pio\build\LPC1768\firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
DATA:    [===       ]  27.2% (used 8920 bytes from 32736 bytes)
PROGRAM: [===       ]  29.6% (used 140768 bytes from 475136 bytes)
========================= [SUCCESS] Took 58.29 seconds =========================
1 Like

Yes, I validate the manipulation that you made yes it works for me, but with the python version 3.7 64bits.

Linking .pio\build\LPC1768\firmware.elf
Building .pio\build\LPC1768\firmware.bin
Checking size .pio\build\LPC1768\firmware.elf
Advanced Memory Usage is available via “PlatformIO Home > Project Inspect”
DATA: [== ] 20.5% (used 6717 bytes from 32736 bytes)
PROGRAM: [== ] 18.0% (used 85656 bytes from 475136 bytes)
===============================================================================[SUCCESS] Took 47.34 seconds

Environment Status Duration


megaatmega2560 IGNORED
megaatmega1280 IGNORED
rambo IGNORED
FYSETC_F6_13 IGNORED
FYSETC_F6_14 IGNORED
sanguino_atmega644p IGNORED
sanguino_atmega1284p IGNORED
melzi IGNORED
melzi_optiboot IGNORED
at90usb1286_cdc IGNORED
at90usb1286_dfu IGNORED

  1. List item

DUE IGNORED
DUE_USB IGNORED`

**[quote=“James42, post:14, topic:11848, full:true”]
Yes, I validate the manipulation that you made yes it works for me, but with the python version 3.7 64bits.

Linking .pio\build\LPC1768\firmware.elf
Building .pio\build\LPC1768\firmware.bin
Checking size .pio\build\LPC1768\firmware.elf
Advanced Memory Usage is available via “PlatformIO Home > Project Inspect”
DATA: [== ] 20.5% (used 6717 bytes from 32736 bytes)
PROGRAM: [== ] 18.0% (used 85656 bytes from 475136 bytes)
==============================================================================[SUCCESS] Took 47.34 seconds

Environment Status Duration


megaatmega2560 IGNORED
megaatmega1280 IGNORED
rambo IGNORED
FYSETC_F6_13 IGNORED
FYSETC_F6_14 IGNORED
sanguino_atmega644p IGNORED
sanguino_atmega1284p IGNORED
melzi IGNORED
melzi_optiboot IGNORED
at90usb1286_cdc IGNORED
at90usb1286_dfu IGNORED
DUE IGNORED
DUE_USB IGNORED
DUE_debug IGNORED
LPC1768 SUCCESS 00:00:47.337
[/quote]
DUE_debug IGNORED
LPC1768 SUCCESS 00:00:47.337

  • List item`

  • Preformatted text

`

Thanks for guiding me