1
pico/cyw43_arch.h: No such file or directory, Please help im losing my mind
Author Summary
Legobrick27 is a female
Post Body
Hi
no matter what i do i cant get rid of it, cna anybody help
main.cpp:
#include<stdio.h>
#include "pico/stdlib.h"
#include "pico/cyw43_arch.h"
int main(){
stdio_init_all();
//while(true){
cyw43_arch_gpio_put(CYW43_WL_GPIO_LED_PIN, 1);
//}
return 0;
}
CMakeLists.txt
cmake_minimum_required(VERSION 3.13)
include(pico_sdk_import.cmake)
project(Pico_Sight C CXX ASM)
pico_sdk_init()
add_executable(Pico_Sight
main.cpp
)
target_link_libraries(Pico_Sight
pico_stdlib
pico_cyw43_arch_none
)
pico_add_extra_outputs(Pico_Sight)
my own little script to help building
cmake .. -DPICO_SDK_PATH=/home/ubu/pico/pico-sdk -DPICO_BOARD=pico_w -PICO_CYW43_SUPPORTED=1
make Pico_Sight
Author
Account Strength
100%
Account Age
4 years
Verified Email
Yes
Verified Flair
No
Total Karma
22,607
Link Karma
1,114
Comment Karma
21,245
Profile updated: 4 months ago
Posts updated: 4 months ago
Subreddit
Post Details
They Are
a female
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/raspberrypi...