HackXIt
HackXIt
I've added `tools.cmake.cmaketoolchain:user_toolchain` to the profile, but the behavior shows additional failures due to apparanent misconfigurations: Build log ``` $ conan build . --profile=rp2040-debug ======== Input profiles ======== Profile host:...
Without the COMPILER_WORKS circumvention, I get the following: Build log ``` $ conan build . --profile=rp2040-debug ======== Input profiles ======== Profile host: [settings] arch=armv6 build_type=Debug compiler=gcc compiler.cppstd=gnu17 compiler.libcxx=libstdc++11 compiler.version=12 os=baremetal...
I suspect I have a similar error as described here: https://github.com/raspberrypi/pico-sdk/issues/1597#issuecomment-1873435498 Apparently, some parts _(like ELF2UF2)_ require a native compiler and not the `arm-none-eabi` cross-compiler. Allthough I have commented out...
According to https://github.com/raspberrypi/pico-sdk/issues/1693#issuecomment-2090985744 I can get rid of the errors caused by `pioasm` and `elf2uf2` forcing pre-compiled binaries with the described CMake snippet. I then skip the `simple test program`...
I'll get to address the changes right away, please keep in mind that I noticed that my commits made were using the wrong user configuration by mistake. I have rebased...
I'm done from my point of view, please have another look @Nepitwin
> @HackXIt > > Code looks good so far. If tests are all green i will approve your PR. Thank you for the functional enhancement. Appveyor seems to take forever...
I haven't gotten around to fixing the tests yet, I'll try to do it tomorrow, since vacation starts on Friday. EDIT: Did not get to it before vacation, will have...
@Nepitwin I've run the tests locally, and they should be working with the latest commit, please check on it once appveyor is done, to finalize this PR. I had a...
> AppVeyor was unable to build non-mergeable pull request Not really sure what happened there, appveyor did not run. I am unable to force or retry the build. It did...