RobertK66 / obc_1769_core

Implements hardware abstractions and Layer2(3) modules for usage of the OBC hardware in cubesat projects
GNU General Public License v3.0
1 stars 1 forks source link

Not able to compile develop branch #67

Closed kodsurf closed 1 year ago

kodsurf commented 1 year ago

Please fix compilation error with dev branch. MCUExpresso runs crazy when I pull recent commits

kodsurf commented 1 year ago

image

RobertK66 commented 1 year ago

ok, what I did is, ichanged the project layout. Both projects needed by MCUXpresso ("ClimbObc" and "ado_chip_175x_6x") are now on the same level under the (git) root folder. I think you have to close the projects and reopen it from the correct position (or make a new workspace and clean checkout/import......

I also overlooked this when my github actions tried and failed to build. Will fix this soon.....

RobertK66 commented 1 year ago

as you can see here: https://github.com/RobertK66/obc_1769_core/actions/runs/3928554714/jobs/6716301653 the develop branch is (now again) able to build without warnings and errors. (I only had to adapt the project path in the action scripts. No change in Source codes and project files was needed). So pls. make a clean new workspace and you should be ok then.....

RobertK66 commented 1 year ago

@kodsurf : something new on that one?

In order to not get others confused about this, I close it now.