Compiling RP2040/CMakeLists.txt fails on changing SECOND_SEGMENT_INDEX to ON #57
-
I am trying to change and recompile RP2040/CMakeLists.txt after having created a fork. For my Adafruit Feather SCORPIO RP2040 I have to change OUTPUT_DATA_PIN to 16, SECOND_SEGMENT_INDEX to ON and SECOND_SEGMENT_REVERSED to ON. As I started, every attempt to recompile the amended file failed. I then started with changing only a comment, which succeeded. Also the subsequent change of BOOT_WORKAROUND to OFF was successful, and the third change of OUTPUT_DATA_PIN to 16 was successful as well. Upon trying to also change the SECOND_SEGMENT_INDEX to ON, it failed. I got the following error (lines 113 - 145 of 'Build packages'):
I have not yet tried to change the SECOND_SEGMENT_REVERSED to ON. Is this a bug or am I doing something wrong? Somebody who can reproduce this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
it must be a number (starting index of the second segment), not |
Beta Was this translation helpful? Give feedback.
it must be a number (starting index of the second segment), not
ON